Skip to content

Commit 36faf41

Browse files
committed
dijkstra example
1 parent 7f3976d commit 36faf41

File tree

4 files changed

+108
-3
lines changed

4 files changed

+108
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ for(var i=0; i < mst.length; ++i) {
378378

379379
### Find the shortest paths using Dijkstra
380380

381-
The sample code below show how to obtain the shortest paths from a starting point 0 on a weighted directed graph using Dijkstra:
381+
The sample code below show how to obtain the shortest paths from a starting point 0 on a weighted directed graph using Dijkstra (Link: [HTML DEMO](https://rawgit.com/chen0040/js-graph-algorithms/master/examples/example-dijstra.html)):
382382

383383
```javascript
384384
var jsgraphs = require('js-graph-algorithms');

0 commit comments

Comments
 (0)