updating DIRECTORY.md

This commit is contained in:
github-actions 2020-01-09 09:33:25 +00:00
parent d1fcf1ed87
commit 51fef6c0b9

View File

@ -252,7 +252,7 @@
* [Heap Sort](https://github.com/TheAlgorithms/C/blob/master/sorting/Heap_Sort.c)
* [Insertion Sort](https://github.com/TheAlgorithms/C/blob/master/sorting/insertion_Sort.c)
* [Merge Sort](https://github.com/TheAlgorithms/C/blob/master/sorting/merge_sort.c)
* [Multikey Quicksort](https://github.com/TheAlgorithms/C/blob/master/sorting/multikey_quicksort.c)
* [Multikey Quick Sort](https://github.com/TheAlgorithms/C/blob/master/sorting/multikey_quick_sort.c)
* [Pancake Sort](https://github.com/TheAlgorithms/C/blob/master/sorting/Pancake_Sort.c)
* [Partition Sort](https://github.com/TheAlgorithms/C/blob/master/sorting/partition_Sort.c)
* [Quick Sort](https://github.com/TheAlgorithms/C/blob/master/sorting/Quick_Sort.c)