mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 13:31:21 +03:00
updating DIRECTORY.md
This commit is contained in:
parent
dc0374f848
commit
6bbed39640
@ -244,7 +244,7 @@
|
||||
* [Bogo Sort](https://github.com/TheAlgorithms/C/blob/master/sorting/Bogo_Sort.c)
|
||||
* [Bubble Sort](https://github.com/TheAlgorithms/C/blob/master/sorting/Bubble_Sort.c)
|
||||
* [Bubble Sort 2](https://github.com/TheAlgorithms/C/blob/master/sorting/Bubble_Sort_2.c)
|
||||
* [Bucketsort](https://github.com/TheAlgorithms/C/blob/master/sorting/BucketSort.c)
|
||||
* [Bucket Sort](https://github.com/TheAlgorithms/C/blob/master/sorting/Bucket_Sort.c)
|
||||
* [Comb Sort](https://github.com/TheAlgorithms/C/blob/master/sorting/comb_sort.c)
|
||||
* [Counting Sort](https://github.com/TheAlgorithms/C/blob/master/sorting/counting_Sort.c)
|
||||
* [Cycle Sort](https://github.com/TheAlgorithms/C/blob/master/sorting/Cycle_Sort.c)
|
||||
|
Loading…
Reference in New Issue
Block a user