Class SubrectangleQueries
- java.lang.Object
-
- g1401_1500.s1476_subrectangle_queries.SubrectangleQueries
-
public class SubrectangleQueries extends Object
-
-
Constructor Summary
Constructors Constructor Description SubrectangleQueries(int[][] rectangle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getValue(int row, int col)
void
updateSubrectangle(int row1, int col1, int row2, int col2, int newValue)
-