File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 4949
5050## Graphs
5151 * [ ConnectedComponents] ( https://github.com/TheAlgorithms/Javascript/blob/master/Graphs/ConnectedComponents.js )
52- * [ DepthFirstSearch] ( https://github.com/TheAlgorithms/Javascript/blob/master/Graphs/DepthFirstSearch.js )
5352 * [ DepthFirstSearchIterative] ( https://github.com/TheAlgorithms/Javascript/blob/master/Graphs/DepthFirstSearchIterative.js )
5453 * [ DepthFirstSearchRecursive] ( https://github.com/TheAlgorithms/Javascript/blob/master/Graphs/DepthFirstSearchRecursive.js )
5554 * [ Dijkstra] ( https://github.com/TheAlgorithms/Javascript/blob/master/Graphs/Dijkstra.js )
114113 * [ ReverseString] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/ReverseString.js )
115114 * [ ReverseWords] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/ReverseWords.js )
116115
116+ ## Trees
117+ * [ DepthFirstSearch] ( https://github.com/TheAlgorithms/Javascript/blob/master/Trees/DepthFirstSearch.js )
118+
117119## Web-Programming
118120 * [ OpenWeatherMaps] ( https://github.com/TheAlgorithms/Javascript/blob/master/Web-Programming/OpenWeatherMaps.js )
You can’t perform that action at this time.
0 commit comments