Class Solution
java.lang.Object
g0501_0600.s0576_out_of_boundary_paths.Solution
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
findPaths
(int m, int n, int maxMoves, int startRow, int startCol)
-
Constructor Details
-
Solution
public Solution()
-
-
Method Details
-
findPaths
public int findPaths(int m, int n, int maxMoves, int startRow, int startCol)
-