Skip to content

Commit 3a009c1

Browse files
authored
Changed The Formatting
Now The Formatting Has Been Corrected As Well As The ".md.md" naming
1 parent 045f690 commit 3a009c1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sortingAlgo/insertionSort/Readme.md.md renamed to sortingAlgo/insertionSort/Readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@
3535

3636

3737
- Cpp
38-
g++ bubbleSort.cpp
38+
```
39+
g++ bubbleSort.cpp
3940
./a.out
41+
```
4042
- Python
43+
```
4144
python3 InsertionSort.py
45+
```

0 commit comments

Comments
 (0)