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 4875c01 commit 40da96eCopy full SHA for 40da96e
searchingAlgo/linearSearch/README.md
@@ -23,21 +23,21 @@
23
24
### Instruction for Running code:
25
- C
26
-
27
- gcc LinearSearch.c <br>
28
- ./a.out
+ ```
+ gcc LinearSearch.c
+ ./a.out
29
30
31
- Cpp
32
33
- g++ LinearSearch.cpp<br>
34
35
+ g++ LinearSearch.cpp
36
- JavaScript
37
38
39
- node LinearSearch.js
40
+ node LinearSearch.js
41
- Python
42
43
- python3 LinearSearch\.py
+ python3 LinearSearch.py
0 commit comments