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

Method main

src/com/blankj/medium/_0056/Solution.java:44–47  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

42 }
43
44 public static void main(String[] args) {
45 Solution solution = new Solution();
46 Interval.print(solution.merge(Interval.createTestData("[1,3],[2,6],[8,10],[15,18]")));
47 }
48}

Callers

nothing calls this directly

Calls 3

printMethod · 0.95
mergeMethod · 0.95
createTestDataMethod · 0.95

Tested by

no test coverage detected