Update README.

This commit is contained in:
Oleksii Trekhleb 2018-05-14 07:21:45 +03:00
parent 20d642b402
commit 26ba21b34c

View File

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