Commit eee83f64 rédigé par DKE's avatar DKE Commit de Peter Norvig
Parcourir les fichiers

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.
parent 62f7d67d
Prend en charge le Markdown
0% ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message !
Veuillez vous inscrire ou vous pour commenter