spacing
This commit is contained in:
@@ -92,6 +92,7 @@ def dfs(maze: TurtleMaze) -> bool:
|
|||||||
maze.updatePosition(stack.peek())
|
maze.updatePosition(stack.peek())
|
||||||
|
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
maze = TurtleMaze('maze_1.txt')
|
maze = TurtleMaze('maze_1.txt')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user