diff --git a/README.md b/README.md index fcc41876..b05fb93d 100644 --- a/README.md +++ b/README.md @@ -38,15 +38,15 @@ ## Sorting - - binary_insertion_sort + - BinaryInsertionSort - BubbleSort - BogoSort - InsertionSort - - mergesort + - MergeSort - OtherBubbleSort - QuickSort - SelectionSort - - shaker_sort + - ShakerSort - HeapSort ## Hashing