There was an error while loading. Please reload this page.
1 parent 9b5c977 commit 3ef8d4aCopy full SHA for 3ef8d4a
1 file changed
searches/double_linear_search.py
@@ -1,7 +1,8 @@
1
"""
2
Recursive Double Linear Search Algorithm
3
4
-Searches for a target element in a list by recursively checking both ends simultaneously.
+Searches for a target element in a list
5
+by recursively checking both ends simultaneously.
6
7
8
0 commit comments