Skip to content

Commit 5ddbda7

Browse files
committed
solution명 변경2
1 parent 32abb65 commit 5ddbda7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/week03/Chanjong/pg_68936.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
class Solution {
2-
public int[] solutionWeek3C(int[][] arr) {
1+
class solutionWeek3C{
2+
public int[] Solution(int[][] arr) {
33
return quadtree(arr, 0, 0, arr[0].length);
44
}
55

0 commit comments

Comments
 (0)