Class Solution
- java.lang.Object
-
- g2301_2400.s2368_reachable_nodes_with_restrictions.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 int
reachableNodes(int n, int[][] edges, int[] restricted)
-