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