Traverse a maze using DFS or BFS to find the shortest path from start to finish.
Primary LanguagePython