Merge pull request #108 from koseokkyu/patch-1

Update Readme.md
This commit is contained in:
Christian Bender 2017-12-22 23:33:18 +01:00 committed by GitHub
commit e837e0c26b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@
## Searching ## Searching
- Binary_Search - Binary_Search
- Other_Binary_Search - Other_Binary_Search
- Jump_Search
## Sorting ## Sorting
@ -42,6 +43,7 @@
- QuickSort - QuickSort
- SelectionSort - SelectionSort
- shaker_sort - shaker_sort
- HeapSort
## Misc ## Misc