6 lines
140 B
Python
6 lines
140 B
Python
def linear_search(dataset):
|
|
pass
|
|
|
|
|
|
arr = [1,3,9,11,23,44,66,88,102,142,188,192,239,382,492,1120,1900,2500,4392,5854,6543,8292,9999,29122]
|