Class Solution
- java.lang.Object
-
- g0901_1000.s0986_interval_list_intersections.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 int[][]
intervalIntersection(int[][] firstList, int[][] secondList)
-