Skip to content

Commit c2303a5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4dc8470 commit c2303a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

searches/jump_search.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from typing import Any
2+
23
"""
34
Pure Python implementation of the jump search algorithm.
45
This algorithm iterates through a sorted collection with a step of n^(1/2),

0 commit comments

Comments
 (0)