Class Solution
java.lang.Object
g1801_1900.s1893_check_if_all_the_integers_in_a_range_are_covered.Solution
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Solution
public Solution()
-
-
Method Details
-
isCovered
public boolean isCovered(int[][] ranges, int left, int right)
-