Skip to content

Commit e28a556

Browse files
committed
readme
1 parent e606b5f commit e28a556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This implementation supports cloning the solver and extending its graph dynamica
2828

2929
This example recreates the example from the article referenced earlier. The
3030
nodes are mapped to integers from `0` to `n-1`. The names and weights are taken
31-
from the article.
31+
from [A Walkthrough of Dijkstra's Algorithm (In JavaScript!)](https://medium.com/@adriennetjohnson/a-walkthrough-of-dijkstras-algorithm-in-javascript-e94b74192026).
3232

3333
```ts
3434
const FULLSTACK = 0;

0 commit comments

Comments
 (0)