Dijkstra's Algorithm Visualizer

A graph visualization tool that can simulate Dijkstra's shortest path algorithm.

Priority Queue

VertexDistance

Use the canvas to build your graph.

To add a vertex:

double-click, then add a label by typing a unique alphabetic character

To add an edge:

shift+drag from one vertex to another, then add a weight by typing a number

To move a vertex:

drag it

To edit an element:

click it

To delete an element:

press the delete key (fn + delete on mac)

Speed

.25x.5x1x2x4x
Made by @jansm04 in 2024  • 
Github