Class Solution


  • public class Solution
    extends Object
    • Constructor Detail

      • Solution

        public Solution()
    • Method Detail

      • fullJustify

        public List<String> fullJustify​(String[] words,
                                        int maxWidth)