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