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

Method main

src/com/blankj/hard/_0023/Solution.java:68–74  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

66 }
67
68 public static void main(String[] args) {
69 Solution solution = new Solution();
70 ListNode.print(solution.mergeKLists(new ListNode[]{
71 ListNode.createTestData("[1,3,5,7]"),
72 ListNode.createTestData("[2,4,6]")
73 }));
74 }
75}

Callers

nothing calls this directly

Calls 3

printMethod · 0.95
mergeKListsMethod · 0.95
createTestDataMethod · 0.95

Tested by

no test coverage detected