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

Method main

src/com/blankj/hard/_0025/Solution.java:41–44  ·  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 ListNode.print(solution.reverseKGroup(ListNode.createTestData("[1,2,3,4,5,6,7,8]"), 3));
44 }
45}

Callers

nothing calls this directly

Calls 3

printMethod · 0.95
reverseKGroupMethod · 0.95
createTestDataMethod · 0.95

Tested by

no test coverage detected