Update README.md

Updated all available sorting functions present in the folder, Radix sort is pending to be added as a pull request.
This commit is contained in:
Arjun Singh Mann 2019-07-25 13:24:11 +04:00 committed by GitHub
parent 61e4460104
commit e739f3530e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -40,7 +40,12 @@
## Sorting
- BinaryInsertionSort
- BubbleSort
- BucketSort
- BogoSort
- CountingSort
- PartitionSort
- ShellSort
- RadixSort
- InsertionSort
- MergeSort
- OtherBubbleSort