Skip to content

Commit 7e45d40

Browse files
authored
Updated The Formatting & Changed the file name
I have corrected the formatting in the instruction for running code and changed the file name
1 parent 3a009c1 commit 7e45d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sortingAlgo/insertionSort/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
- Cpp
3838
```
39-
g++ bubbleSort.cpp
39+
g++ InsertionSort.cpp
4040
./a.out
4141
```
4242
- Python

0 commit comments

Comments
 (0)