A Program that visualizes the path finding process and uses the following search algorithms:
- Noninformative: BFS
- Informative: A*
- Maze generation and building
- Awesome animations that demonstrate how algorithm works
- Stats about each searching trial
- clone this repo
npm install
npm run dev
- open
localhost:3000
- React
- Redux
- React-Router
- Material UI