Skip to content

Commit 506c894

Browse files
authored
Updated formatting fixes.
1 parent cce66ad commit 506c894

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

sortingAlgo/bucketsort/Readme.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,24 @@ Bucket sort is used when
3535

3636
### Instruction for Running code:
3737
- C
38-
39-
gcc BucketSort.c <br>
38+
```
39+
gcc BucketSort.c
4040
./a.out
41-
41+
```
4242
- Cpp
4343
44-
45-
g++ BucketSort.cpp<br>
44+
````
45+
g++ BucketSort.cpp
4646
./a.out
47-
47+
````
4848
- Java
4949
50-
50+
```
5151
javac BucketSort.java<br>
5252
java BucketSort.class
53-
53+
```
5454
- Python
55-
55+
```
5656
python3 BucketSort\.py
57-
57+
```
5858

0 commit comments

Comments
 (0)