Class Solution
- java.lang.Object
-
- g1501_1600.s1579_remove_max_number_of_edges_to_keep_graph_fully_traversable.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 intfind(int x, int[] arr)intmaxNumEdgesToRemove(int n, int[][] edges)booleanunion(int x, int y, int[] arr, int[] rank)
-