Auto-update DIRECTORY.md

This commit is contained in:
github-actions
2021-10-28 06:38:14 +00:00
parent 820f8e9c29
commit 00900f1446

View File

@ -59,6 +59,7 @@
## Data-Structures
* Array
* [LocalMaximomPoint](https://github.com/TheAlgorithms/Javascript/blob/master/Data-Structures/Array/LocalMaximomPoint.js)
* [QuickSelect](https://github.com/TheAlgorithms/Javascript/blob/master/Data-Structures/Array/QuickSelect.js)
* Graph
* [Graph](https://github.com/TheAlgorithms/Javascript/blob/master/Data-Structures/Graph/Graph.js)