Skip to content

Commit 2ae94f9

Browse files
authored
add jump search to tree
1 parent 53c6a1e commit 2ae94f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ print(binary_search(arr, 3))
5959

6060
- ### Searches
6161
- [Binary Search](searches/binary-search)
62+
- [Jump Search](searches/jump-search)
6263
- ### Sorting
6364
- [Bubble Sort](sorting/bubble-sort)
6465
- [Cocktail Shaker Sort](sorting/cocktail-shaker-sort)

0 commit comments

Comments
 (0)