maxwellreynolds / Maze

Solves user-uploaded maze images
36 stars 16 forks source link

Queue code typographical error #10

Open TheRammer opened 3 years ago

TheRammer commented 3 years ago

Line 38 of maze.py: quque = bubble_up(queue, p_index)

"quque" isn't used elsewhere and looks like it should be "queue". However, I am unclear of the affects of it being corrected.