Basic Dijkstra Algorithm
Output Readme Download Replit Sel. & Copy Full

About

This repl provides a JavaScript file that runs Dijkstra's algorithm to find the shortest path.

To view this on TripleLog, click here.

HTML

CSS

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.

JavaScript

There are two JavaScript files: one runs the dijkstra algorithm and the other draws the graph and handles clicks.