PATHFINDING AND MAZE GENERATION VISUALIZER

Graphical User Interface built using React Framework to visualize Pathfinding Algorithms and Maze Generation Algorithms. Feel free to fork or download this project if you would like to try this out or use this code as the base to create your own Pathfinding Visualizer.

Check out the visualizer in action here. Experiment with the pathfinding and maze generation algorithms.

Sample (Dijkstra's Algorithm with Recursive Division Maze):

Pathfinding Algorithms:

  1. A* Algorithm
  2. Breadth First Search
  3. Depth First Search
  4. Dijkstra's Algorithm

Maze Generation Algorithms:

  1. DFS Maze
  2. Random Maze
  3. Vertical Division Maze
  4. Recursive Division Maze

This project was bootstrapped with Create React App. To learn React, check out the React documentation.

Thank you

I hope you found the project useful and interesting.

-- taiyang