Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 194594c

Browse files
author
Rishabh Sinha
committedJan 15, 2024
add linear search
1 parent 4909d0c commit 194594c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎searchme/linear-search.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
my_list = [4,5,6,8,7,1]
22

3-
ele = 7
3+
ele = int[input()]
44

55
flag = False
66
for i in my_list:

0 commit comments

Comments
 (0)
Please sign in to comment.