mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
Changed the sorting algorithm text to camel case.
This commit is contained in:
parent
8e5e6c3820
commit
d2f75fb2c8
@ -38,15 +38,15 @@
|
|||||||
|
|
||||||
|
|
||||||
## Sorting
|
## Sorting
|
||||||
- binary_insertion_sort
|
- BinaryInsertionSort
|
||||||
- BubbleSort
|
- BubbleSort
|
||||||
- BogoSort
|
- BogoSort
|
||||||
- InsertionSort
|
- InsertionSort
|
||||||
- mergesort
|
- MergeSort
|
||||||
- OtherBubbleSort
|
- OtherBubbleSort
|
||||||
- QuickSort
|
- QuickSort
|
||||||
- SelectionSort
|
- SelectionSort
|
||||||
- shaker_sort
|
- ShakerSort
|
||||||
- HeapSort
|
- HeapSort
|
||||||
|
|
||||||
## Hashing
|
## Hashing
|
||||||
|
Loading…
Reference in New Issue
Block a user