X Tutup
Skip to content

Commit 801b0cd

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent c83bc5b commit 801b0cd

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
@@ -318,6 +318,7 @@
318318
* [SelectionSort](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/SelectionSort.js)
319319
* [ShellSort](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/ShellSort.js)
320320
* test
321+
* [CombSort](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/test/CombSort.test.js)
321322
* [FisherYatesShuffle](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/test/FisherYatesShuffle.test.js)
322323
* [QuickSortRecursive](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/test/QuickSortRecursive.test.js)
323324
* [SelectionSort](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/test/SelectionSort.test.js)

0 commit comments

Comments
 (0)
X Tutup