DanielStutzbach / heapdict

a heap with decrease-key and increase-key operations
Other
99 stars 18 forks source link

Clear method tries to clear a list #5

Closed nova77 closed 12 years ago

nova77 commented 12 years ago

self.heap is a list, and as such it does not have a clear method defined. But heapdict.clear tries to call it anyway. See https://github.com/DanielStutzbach/heapdict/blob/master/heapdict.py#L33