We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f79f097 commit b841521Copy full SHA for b841521
linear search renamed to linear search.py
@@ -1,4 +1,5 @@
1
-Author : ShankRoy
+#Author : ShankRoy
2
+
3
def linearsearch(arr, x):
4
for i in range(len(arr)):
5
if arr[i] == x:
0 commit comments