We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c3fd10 commit 729b2d6Copy full SHA for 729b2d6
DIRECTORY.md
@@ -42,7 +42,7 @@
42
* [SieveOfEratosthenes](https://github.com/TheAlgorithms/Javascript/blob/master/Dynamic-Programming/SieveOfEratosthenes.js)
43
44
## Graphs
45
- * [DFS](https://github.com/TheAlgorithms/Javascript/blob/master/Graphs/DFS.js)
+ * [DepthFirstSearch](https://github.com/TheAlgorithms/Javascript/blob/master/Graphs/DepthFirstSearch.js)
46
* [Dijkstra](https://github.com/TheAlgorithms/Javascript/blob/master/Graphs/Dijkstra.js)
47
* [DijkstraSmallestPath](https://github.com/TheAlgorithms/Javascript/blob/master/Graphs/DijkstraSmallestPath.js)
48
0 commit comments