Class Solution
- java.lang.Object
-
- g0201_0300.s0240_search_a_2d_matrix_ii.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
searchMatrix(int[][] matrix, int target)
-