mazesolving
mazesolving copied to clipboard
"Import queue" Case Sensitivity
As is "import Queue" will throw an error - it needs to be changed to 'import queue' .
shouldn't it be import queue as Queue, to prevent problems from self.pq = Queue.PriorityQueue()?