We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab0f96 commit 4875c01Copy full SHA for 4875c01
searchingAlgo/linearSearch/README.md
@@ -20,3 +20,24 @@
20
if element = n
21
return i
22
return -1
23
+
24
+### Instruction for Running code:
25
+ - C
26
27
+ gcc LinearSearch.c <br>
28
+ ./a.out
29
30
+ - Cpp
31
32
33
+ g++ LinearSearch.cpp<br>
34
35
36
+- JavaScript
37
38
39
+ node LinearSearch.js
40
41
+- Python
42
43
+ python3 LinearSearch\.py
0 commit comments