Skip to content

AGRU13/mars-rover

Repository files navigation

Pathfinding Visualizer

Website visualizing different weighted and unweighted pathfinding algorithms, as well as some maze generating algortihms.

Pathfinding Algorithms present

  • 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.

Maze Generating Algorithms present

  • Stair Pattern
  • DFS maze
  • Binary Tree Maze
  • Kruskal Maze
  • Recursive Division

Technical Stack

UI Library Styling

Build Guide

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

About

Website visualizing different shortest pathfinding algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published