Skip to content

Commit 26ba21b

Browse files
committed
Update README.
1 parent 20d642b commit 26ba21b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: README.md

-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
* [Bridges](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/graph/bridges) - DFS based algorithm
7777
* [Eulerian Path and Eulerian Circuit](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/graph/eulerian-path) - Fleury's algorithm
7878
* [Strongly Connected Components](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/graph/strongly-connected-components) - Kosaraju's algorithm
79-
* Shortest Path Faster Algorithm (SPFA)
8079
* **Uncategorized**
8180
* Union-Find
8281
* Maze

0 commit comments

Comments
 (0)