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
1 changed files with 3 additions and 3 deletions

View File

@ -38,15 +38,15 @@
## Sorting
- binary_insertion_sort
- BinaryInsertionSort
- BubbleSort
- BogoSort
- InsertionSort
- mergesort
- MergeSort
- OtherBubbleSort
- QuickSort
- SelectionSort
- shaker_sort
- ShakerSort
- HeapSort
## Hashing