Class Solution
java.lang.Object
g2301_2400.s2316_count_unreachable_pairs_of_nodes_in_an_undirected_graph.Solution
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Solution
public Solution()
-
-
Method Details
-
countPairs
public long countPairs(int n, int[][] edges)
-