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