Skip to content

Commit fe4ac5d

Browse files
authored
Re-updated Readme file with minor formatting fixes
1 parent 506c894 commit fe4ac5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sortingAlgo/bucketsort/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ Bucket sort is used when
4848
- Java
4949
5050
```
51-
javac BucketSort.java<br>
51+
javac BucketSort.java
5252
java BucketSort.class
5353
```
5454
- Python
5555
```
56-
python3 BucketSort\.py
56+
python3 BucketSort.py
5757
```
5858

0 commit comments

Comments
 (0)