Class Solution
- java.lang.Object
-
- g1601_1700.s1627_graph_connectivity_with_threshold.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<Boolean>
areConnected(int n, int threshold, int[][] queries)
-