Esempio n. 1
0
def test_mh():
	heap_test(ods.MeldableHeap())
Esempio n. 2
0
def test_bh():
	heap_test(ods.BinaryHeap())