MCPcopy Create free account
hub / github.com/Blankj/awesome-java-leetcode / main

Method main

src/com/blankj/hard/_0068/Solution.java:57–60  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

55 }
56
57 public static void main(String[] args) {
58 Solution solution = new Solution();
59 System.out.println(solution.fullJustify(new String[]{"This", "is", "an", "example", "of", "text", "justification."}, 16));
60 }
61}

Callers

nothing calls this directly

Calls 1

fullJustifyMethod · 0.95

Tested by

no test coverage detected