We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e98649 commit 7bdcd08Copy full SHA for 7bdcd08
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