- Time : O(A)
- Space : O(1)
c++
1 | vector<string> Solution::fullJustify(vector<string> &A, int B) { |