Skip to content

Commit ab8a2e6

Browse files
Merge pull request matthewsamuel95#832 from kush1106/patch-1
Update README.md
2 parents 489912d + aae4672 commit ab8a2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Search/JumpSearch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Let’s consider the following array: (0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89,
99
* STEP 2: Jump from index 4 to index 8;
1010
* STEP 3: Jump from index 8 to index 16;
1111
* STEP 4: Since the element at index 16 is greater than 55 we will jump back a step to come to index 9.
12-
* STEP 5: Perform linear search from index 9 to get the element 55.
12+
* STEP 5: Perform a linear search from index 9 to get the element 55.
1313

1414
## Time Complexity
1515
O(sqrt(n))

0 commit comments

Comments
 (0)