You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An interactive browser-based pathfinding visualizer. Build mazes, tune weighted grids, and watch algorithms like Dijkstra, A, and BFS explore in real-time.*
Implementation of the N-Puzzle solver using Backtracking and A* algorithms in JavaScript. Includes an interactive dynamic board, visualization of the search process, and animation of the solution path.