Maze Solver Visualizer
Create an interactive visualizer that demonstrates how pathfinding algorithms (like BFS, DFS, or A* ) explore and find the shortest path through a maze. The maze can be randomly generated or user-drawn, with live visualization of the algorithm’s decision-making process.
Key Features -- Generate random mazes -- Let users choose the algorithm (BFS, DFS, or A*) -- Visualize search progress in real time -- Display total path cost, explored nodes, and steps -- Optionally, export maze results or screenshots
@RK1905101 Please can you approve and assign me this.
Project looks good, make sure to create a folder add your relevant files and a readme file, summarizing your project and if possible, add screenshot, assigning this to you @Dennismwendwa
@RK1905101 Thanks working on it.