This project is a simulator built in React that helps to visualize various pathfinding algorithms.
Live Demo: "https://alexwang177.github.io/path-finder/"
These algorithms find a path from a start node to an end node.
- Depth First Search
- Breadth First Search
- Dijkstra's Algorithm
- Bidirectional Search
These algorithms generate a maze that will make the pathfinding more interesting.
- Recursive Maze Generation
- Vertical Skew
- Horizontal Skew
Add custom walls to act as obstacles.