Skip to content

A simple web application that allows you to show and visualize how different pathfinding algorithms work.

Notifications You must be signed in to change notification settings

Crim-oo/PathfindingVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

PathfindingVisualizer

A simple web application that allows you to show and visualize how different pathfinding algorithms work.

Technologies Used

  • React

Algorithms Used

Dijkstra's Algorithm (unweighted): the father of pathfinding algorithms; guarantees the shortest path

Breath-first Search (unweighted): a great algorithm; guarantees the shortest path

Depth-first Search (unweighted): a very bad algorithm for pathfinding; does not guarantee the shortest path

Getting Started

  1. Clone the repo

    git clone https://github.com/Crim-oo/PathfindingVisualizer.git
  2. Set up the client

    Install the required dependencies:

    cd client/ && npm i 
  3. Run the application

    Enter this command on the folder "client" of the project.

    npm start 

Screenshots

Credits

About

A simple web application that allows you to show and visualize how different pathfinding algorithms work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published