You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ If you ever run into a problem that can be represented as a graph where the solu
7
7
This implementation of Dijkstra'a algorithm is able to process large in-memory graphs. It will perform
8
8
reasonably well even when the number of edges is in the millions. The performance is `O(n*log(n))`.
9
9
10
-
This code was adapted from Typescript/Deno from
10
+
This code was adapted to Typescript from
11
11
[A Walkthrough of Dijkstra's Algorithm (In JavaScript!)](https://medium.com/@adriennetjohnson/a-walkthrough-of-dijkstras-algorithm-in-javascript-e94b74192026)
12
12
on Medium. This implemetation was originally part of
13
13
[BlackholeSuns](https://github.com/j50n/blackholesuns), an open source project
0 commit comments