Changed the sorting algorithm text to camel case.

This commit is contained in:
Ajay M 2019-01-19 13:58:12 +05:30
parent 8e5e6c3820
commit d2f75fb2c8

View File

@ -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