Question: Problem 2: (5 2 points) Consider a word wrap problem again. Assume that our text editor does not leave all the extra space to the

Problem 2: (5 2 points) Consider a word wrap problem again. Assume that our text editor does not leave all the extra space to the right but equally distributes the space between the end of the line and the spaces between the words. Thus, the fee for a line with words of length 11: . . . , 1k and the maximum line width I will be not (1-4--4-k+ 1)3 which we used in the lecture but Design an algorithm that takes an array of n words and the maximum line width and outputs the minimum possible fee for splitting these words into lines The complexity of the algorithm must be O(n2) Problem 3: (31 points) Improve an algorithm from the previous problem to return not the minimum possible fee, but the actual split of the words into lines. The complexity of the algorithm must be O(n2)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
