Skip to content

Commit 090803f

Browse files
add 303
1 parent 2c39cc4 commit 090803f

File tree

1 file changed

+1
-6
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+1
-6
lines changed

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

+1-6
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,4 @@ public int sumRange(int i, int j) {
2222
return sums[j] - sums[i - 1];
2323
}
2424
}
25-
}
26-
27-
// Your NumArray object will be instantiated and called as such:
28-
// NumArray numArray = new NumArray(nums);
29-
// numArray.sumRange(0, 1);
30-
// numArray.sumRange(1, 2);
25+
}

0 commit comments

Comments
 (0)