MCPcopy Index your code
hub / github.com/Blankj/awesome-java-leetcode / main

Method main

src/com/blankj/hard/_0057/Solution.java:41–45  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

39 }
40
41 public static void main(String[] args) {
42 Solution solution = new Solution();
43 Interval.print(solution.insert(Interval.createTestData("[1,3],[6,9]"), new Interval(2, 5)));
44 Interval.print(solution.insert(Interval.createTestData("[1,2],[3,5],[6,7],[8,10],[12,16]"), new Interval(4, 9)));
45 }
46}

Callers

nothing calls this directly

Calls 3

printMethod · 0.95
insertMethod · 0.95
createTestDataMethod · 0.95

Tested by

no test coverage detected