I am implementing the breadth-first search algorithm to solve a maze in python. When the maze is solved, the shortest path through the maze will be filled with 1\'s. However