Class Solution
java.lang.Object
g0301_0400.s0329_longest_increasing_path_in_a_matrix.Solution
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Solution
public Solution()
-
-
Method Details
-
longestIncreasingPath
public int longestIncreasingPath(int[][] matrix)
-