Skip to content

Commit 3ef8d4a

Browse files
authored
Update double_linear_search.py
1 parent 9b5c977 commit 3ef8d4a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

searches/double_linear_search.py

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

78

0 commit comments

Comments
 (0)