Skip to content

A visualiser for Dijkstra's pathfinding algorithm, created with p5.js

Notifications You must be signed in to change notification settings

Cameronjpr/dijkstra-visualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dijkstra-visualiser

A visualiser for Dijkstra's shortest path algorithm. https://cameronjpr.github.io/dijkstra-visualiser/

  • Click to place new nodes
  • Drag between nodes to add edges.
  • Double click on a node to set it as the start node
  • Double click on another node to set it as the end node
  • Press enter on your keyboard to calculate and display the shortest path from the start node to end node

About

A visualiser for Dijkstra's pathfinding algorithm, created with p5.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published