This project is a modular maze solver written in Python that implements classic search algorithms (DFS and BFS) and generates multiple optimal routes using a K-shortest-paths approach. It includes a ...