Commit eee83f6
Change PriorityQueue expansion (#962)
`self.heap.append` simply appends to the end of the `self.heap`
Since `self.heap` is just a python list.
`self.append` calls the append method of the class instance, effectively putting the item in its proper place.1 parent 62f7d67 commit eee83f6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
717 | 717 | | |
718 | 718 | | |
719 | 719 | | |
720 | | - | |
| 720 | + | |
721 | 721 | | |
722 | 722 | | |
723 | 723 | | |
| |||
0 commit comments