Skip to content

alesbe/js-pathfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

43 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

JS Pathfinder πŸ€–πŸ”

Quick sort gif
Unsolved
Bubble visualizer
Solved

πŸ’­ What is this project?

This is a Pathfinder algorithm visualizer. If you're interested in learning more about this I recommend this wikipedia article, but basically, there are some algorithms that can be used to find the most optimal path between two nodes. This visualizer allows you to setup some nodes in a grid and build some obstacles, and let the program calculate the most optimal path. It currently supports the A* Search Algorithm and Dijkstra's Algorithm.

🧠 Usage

  • Select an algorithm from the Algorithm menu (A* or Dijkstra)
  • Draw Starting and Target nodes
  • Draw Wall nodes
  • Press Visualize!

πŸ“Š Implemented algorithms

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •