Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 290 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 290 Bytes

algo-dijkstra

The project is about dijkstra's algorithm working on weighted graph data structure to find the shortest path among two nodes. The project uses p5 js to project random graphs on a canvas and dijkstra's algorithm is used to find out the shortest path between two given nodes.