Updated Class name as per convention (#25937)
This commit is contained in:
committed by
Manish Giri
parent
dc3af2ff54
commit
e2daa47404
@ -72,7 +72,7 @@ while(!sorted) {
|
||||
```
|
||||
### Example in Java.
|
||||
```java
|
||||
public class bubble-sort {
|
||||
public class BubbleSort {
|
||||
static void sort(int[] arr) {
|
||||
int n = arr.length;
|
||||
int temp = 0;
|
||||
|
Reference in New Issue
Block a user