Skip to content

Commit 14116dc

Browse files
authored
fixed api docs jump_search
1 parent cba2a67 commit 14116dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/searches/jump-search.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Jump Search
22

33
In computer science, jump search is a search algorithm for sorted array which find the element by jumping ahead by fixed steps or skipping some elements in place of searching all elements.
4+
45
## Install
56

67
```
@@ -23,7 +24,7 @@ print(jump_search(arr, 3))
2324

2425
## API
2526

26-
### binary_search(array, query)
27+
### jump_search(array, query)
2728

2829
> Return array index if its found, otherwise returns `None`
2930

0 commit comments

Comments
 (0)