Update Readme.md

Add HeapSort and JumpSearch
This commit is contained in:
koseokkyu 2017-12-10 23:29:48 +09:00 committed by GitHub
parent 694bc20327
commit 54c6fb03f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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