Class Solution
- java.lang.Object
-
- g1801_1900.s1886_determine_whether_matrix_can_be_obtained_by_rotation.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 booleanfindRotation(int[][] mat, int[][] target)
-