We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e98649 + 7bdcd08 commit ba37aefCopy full SHA for ba37aef
searches/linear_search.py
@@ -13,7 +13,7 @@
13
14
15
def linear_search(sequence, target):
16
- """Pure implementation of binary search algorithm in Python
+ """Pure implementation of linear search algorithm in Python
17
18
:param sequence: some sorted collection with comparable items
19
:param target: item value to search
0 commit comments