Example #1
0
def test_mh():
	heap_test(ods.MeldableHeap())
Example #2
0
def test_bh():
	heap_test(ods.BinaryHeap())