Class Solution
java.lang.Object
g0801_0900.s0882_reachable_nodes_in_subdivided_graph.Solution
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Solution
public Solution()
-
-
Method Details
-
reachableNodesTle
public int reachableNodesTle(int[][] edges, int maxMoves, int n) -
getReachableNodes
-