Skip to content

Commit 95e28ce

Browse files
refactor 1051
1 parent 4da56e6 commit 95e28ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/fishercoder/solutions/_1051.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import java.util.Arrays;
44

55
public class _1051 {
6+
67
public static class Solution1 {
78
public int heightChecker(int[] heights) {
89
int[] originals = Arrays.copyOf(heights, heights.length);

0 commit comments

Comments
 (0)