mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 05:21:49 +03:00
Update Readme.md
Add HeapSort and JumpSearch
This commit is contained in:
parent
694bc20327
commit
54c6fb03f2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user