Class Solution
- java.lang.Object
-
- g1501_1600.s1557_minimum_number_of_vertices_to_reach_all_nodes.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 List<Integer>findSmallestSetOfVertices(int n, List<List<Integer>> edges)
-