Class Solution
java.lang.Object
g1901_2000.s1971_find_if_path_exists_in_graph.Solution
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Solution
public Solution()
-
-
Method Details
-
validPath
public boolean validPath(int n, int[][] edges, int start, int end)
-