Class Solution
- java.lang.Object
-
- g0001_0100.s0074_search_a_2d_matrix.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)
-