Skip to content

Commit 51f4628

Browse files
authored
Updated the Readme File with formatting fixes for running instructions
1 parent d567881 commit 51f4628

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sortingAlgo/bubbleSort/Readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ It is used in the following cases where
3030
### Instruction for Running code:
3131

3232
- Cpp
33-
34-
33+
```
3534
g++ bubbleSort.cpp<br>
3635
./a.out
37-
36+
```
3837
- Python
39-
38+
```
4039
python3 bubbleSort\.py
40+
```

0 commit comments

Comments
 (0)