X Tutup
Skip to content

Commit 3874ec3

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent 269157f commit 3874ec3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DIRECTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
* [SieveOfEratosthenes](https://github.com/TheAlgorithms/Javascript/blob/master/Dynamic-Programming/SieveOfEratosthenes.js)
3838

3939
## Graphs
40+
* [DFS](https://github.com/TheAlgorithms/Javascript/blob/master/Graphs/DFS.js)
4041
* [Dijkstra](https://github.com/TheAlgorithms/Javascript/blob/master/Graphs/Dijkstra.js)
4142
* [DijkstraSmallestPath](https://github.com/TheAlgorithms/Javascript/blob/master/Graphs/DijkstraSmallestPath.js)
4243

0 commit comments

Comments
 (0)
X Tutup