|
49 | 49 |
|
50 | 50 | ##Graphs |
51 | 51 | *[ConnectedComponents](https://github.com/TheAlgorithms/Javascript/blob/master/Graphs/ConnectedComponents.js) |
52 | | -*[DepthFirstSearch](https://github.com/TheAlgorithms/Javascript/blob/master/Graphs/DepthFirstSearch.js) |
53 | 52 | *[DepthFirstSearchIterative](https://github.com/TheAlgorithms/Javascript/blob/master/Graphs/DepthFirstSearchIterative.js) |
54 | 53 | *[DepthFirstSearchRecursive](https://github.com/TheAlgorithms/Javascript/blob/master/Graphs/DepthFirstSearchRecursive.js) |
55 | 54 | *[Dijkstra](https://github.com/TheAlgorithms/Javascript/blob/master/Graphs/Dijkstra.js) |
|
114 | 113 | *[ReverseString](https://github.com/TheAlgorithms/Javascript/blob/master/String/ReverseString.js) |
115 | 114 | *[ReverseWords](https://github.com/TheAlgorithms/Javascript/blob/master/String/ReverseWords.js) |
116 | 115 |
|
| 116 | +##Trees |
| 117 | +*[DepthFirstSearch](https://github.com/TheAlgorithms/Javascript/blob/master/Trees/DepthFirstSearch.js) |
| 118 | + |
117 | 119 | ##Web-Programming |
118 | 120 | *[OpenWeatherMaps](https://github.com/TheAlgorithms/Javascript/blob/master/Web-Programming/OpenWeatherMaps.js) |