Skip to content

Commit 13214f1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3ef8d4a commit 13214f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

searches/double_linear_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Recursive Double Linear Search Algorithm
33
4-
Searches for a target element in a list
4+
Searches for a target element in a list
55
by recursively checking both ends simultaneously.
66
"""
77

0 commit comments

Comments
 (0)