Skip to content

Commit 32abb65

Browse files
committed
solution명 변경
1 parent 1578c8c commit 32abb65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/week03/Chanjong/pg_68936.java

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

0 commit comments

Comments
 (0)