We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a316b32 commit e1da465Copy full SHA for e1da465
Chapter07/heap.py
@@ -51,7 +51,6 @@ def delete_at_location(self, location):
51
h = MinHeap()
52
for i in ( 4, 8, 7, 2, 9, 10, 5, 1, 3, 6):
53
h.insert(i)
54
-
55
print(h.heap)
56
57
n = h.delete_at_root()
0 commit comments