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