Skip to content

Commit a199d96

Browse files
authored
package update
1 parent 7351129 commit a199d96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lessons/cyclesort.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Consider an array of `n` distinct elements. An element `a` is given, index of `a
2323

2424
## Code Implementation
2525

26-
```
26+
```java
2727
//Java program for implementation of Cyclic Sort
28-
28+
import java.util.Arrays;
2929

3030
public class CyclicSort {
3131
public static void main(String[] args) {

0 commit comments

Comments
 (0)