Text Justification
Khó📝 Chuỗi (Strings) 5000ms 256MB
Text Justification
Đề bài
Căn đều văn bản với maxWidth.
Ví dụ
Ví dụ 1:
Input: ["This","is","an","example","of","text","justification."], 16
Output: ["This is an","example of text","justification. "]
Ràng buộc
- Dữ liệu đầu vào luôn hợp lệ
Case 1
Input = ["This","is","an","example","of","text","justification."]\n16
Output = ["This is an","example of text","justification. "]