updating DIRECTORY.md

This commit is contained in:
github-actions
2021-10-05 21:25:52 +00:00
parent 6bb075df92
commit 5bb16d76aa

View File

@ -318,6 +318,7 @@
* [SelectionSort](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/SelectionSort.js)
* [ShellSort](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/ShellSort.js)
* test
* [CycleSort](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/test/CycleSort.test.js)
* [FisherYatesShuffle](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/test/FisherYatesShuffle.test.js)
* [QuickSortRecursive](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/test/QuickSortRecursive.test.js)
* [SelectionSort](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/test/SelectionSort.test.js)