Website visualizing different weighted and unweighted pathfinding algorithms, as well as some maze generating algortihms.
- A-star
- Depth-First Search
- Breadth-First Search
- Dijkstra
- Greedy Best-First Search
Some of them works only on weighted graphs while others works on both weighted and unweighted.
- Stair Pattern
- DFS maze
- Binary Tree Maze
- Kruskal Maze
- Recursive Division
UI Library | Styling |
---|---|
![]() |
![]() |
First install node and/or npm according to the machine then:-
git clone https://github.com/AGRU13/mars-rover.git
cd mars-rover
npm install
npm start