Skip to content

Commit 2ada082

Browse files
committed
readme
1 parent d91a193 commit 2ada082

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
@@ -7,7 +7,7 @@ If you ever run into a problem that can be represented as a graph where the solu
77
This implementation of Dijkstra'a algorithm is able to process large in-memory graphs. It will perform
88
reasonably well even when the number of edges is in the millions. The performance is `O(n*log(n))`.
99

10-
This code was adapted from Typescript/Deno from
10+
This code was adapted to Typescript from
1111
[A Walkthrough of Dijkstra's Algorithm (In JavaScript!)](https://medium.com/@adriennetjohnson/a-walkthrough-of-dijkstras-algorithm-in-javascript-e94b74192026)
1212
on Medium. This implemetation was originally part of
1313
[BlackholeSuns](https://github.com/j50n/blackholesuns), an open source project

0 commit comments

Comments
 (0)