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

Method main

src/com/blankj/hard/_0044/Solution.java:101–106  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

99
100
101 public static void main(String[] args) {
102 Solution solution = new Solution();
103 System.out.println(solution.fullJustify(new String[]{"", ""}, 0));
104 System.out.println(solution.fullJustify(new String[]{"a"}, 1));
105 System.out.println(solution.fullJustify(new String[]{"This", "is", "an", "example", "of", "text", "justification."}, 16));
106 }
107}

Callers

nothing calls this directly

Calls 1

fullJustifyMethod · 0.95

Tested by

no test coverage detected