This repl provides a JavaScript file that runs Dijkstra's algorithm to find the shortest path.
To view this on TripleLog, click here.
Add CSS by editing the style.css file that is linked to in the head section or inline edit the style section in the head.
There are two JavaScript files: one runs the dijkstra algorithm and the other draws the graph and handles clicks.