We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 269157f commit 3874ec3Copy full SHA for 3874ec3
DIRECTORY.md
@@ -37,6 +37,7 @@
37
* [SieveOfEratosthenes](https://github.com/TheAlgorithms/Javascript/blob/master/Dynamic-Programming/SieveOfEratosthenes.js)
38
39
## Graphs
40
+ * [DFS](https://github.com/TheAlgorithms/Javascript/blob/master/Graphs/DFS.js)
41
* [Dijkstra](https://github.com/TheAlgorithms/Javascript/blob/master/Graphs/Dijkstra.js)
42
* [DijkstraSmallestPath](https://github.com/TheAlgorithms/Javascript/blob/master/Graphs/DijkstraSmallestPath.js)
43
0 commit comments