Interactive Maze Solver

This demo visualizes classical AI search techniques by solving mazes using depth-first and breadth-first search. The solver runs on a Python backend and returns both the solution path and exploration statistics.