We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce66ad commit 506c894Copy full SHA for 506c894
sortingAlgo/bucketsort/Readme.md
@@ -35,24 +35,24 @@ Bucket sort is used when
35
36
### Instruction for Running code:
37
- C
38
-
39
- gcc BucketSort.c <br>
+ ```
+ gcc BucketSort.c
40
./a.out
41
42
- Cpp
43
44
45
- g++ BucketSort.cpp<br>
+ ````
+ g++ BucketSort.cpp
46
47
48
- Java
49
50
51
javac BucketSort.java<br>
52
java BucketSort.class
53
54
- Python
55
56
python3 BucketSort\.py
57
58
0 commit comments