Skip to content

Commit e1da465

Browse files
Update
1 parent a316b32 commit e1da465

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Chapter07/heap.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def delete_at_location(self, location):
5151
h = MinHeap()
5252
for i in ( 4, 8, 7, 2, 9, 10, 5, 1, 3, 6):
5353
h.insert(i)
54-
5554
print(h.heap)
5655

5756
n = h.delete_at_root()

0 commit comments

Comments
 (0)