Class Solution
- java.lang.Object
-
- g1301_1400.s1319_number_of_operations_to_make_network_connected.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 intmakeConnected(int totalNumberOfComputers, int[][] connections)
-