Pathfinding Visualizer
NOTE: The site takes a few seconds to load.
This is an interesting and a fun project to do. The application is implemented in React and it visualizes several pathfinding algorithms such as Dijkstra’s algorithm, BFS and DFS and finds path as directed by respective algorithms from starting point (green in color) to end point (red in color) on a board.