mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-19 00:37:02 +00:00
Merge pull request #24 from michaalbert/patch-1
Fixed typo in linear_search.py
This commit is contained in:
commit
ba37aef219
|
@ -13,7 +13,7 @@ from __future__ import print_function
|
|||
|
||||
|
||||
def linear_search(sequence, target):
|
||||
"""Pure implementation of binary search algorithm in Python
|
||||
"""Pure implementation of linear search algorithm in Python
|
||||
|
||||
:param sequence: some sorted collection with comparable items
|
||||
:param target: item value to search
|
||||
|
|
Loading…
Reference in New Issue
Block a user