We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1578c8c commit 32abb65Copy full SHA for 32abb65
src/week03/Chanjong/pg_68936.java
@@ -1,5 +1,5 @@
1
class Solution {
2
- public int[] solution(int[][] arr) {
+ public int[] solutionWeek3C(int[][] arr) {
3
return quadtree(arr, 0, 0, arr[0].length);
4
}
5
0 commit comments