Chapter 3: Q45SE (page 233)
In Exercises 42-46 we will study the problem of load balancing. The input to the problem is a collection of p processors and n jobs, is the time required to run job j, jobs run without interruption on a single machine until finished, and a processor can run only one job at a time. The load of processor k is the sum over all jobs assigned to processor k of the times required to run these jobs. The make span is the maximum load over all the p processors. The load balancing problem asks for an assignment of jobs to processors to minimize the make span.
Run the algorithm from Exercise 44 on the input given in Exercise 42 .
Short Answer
Make span 12 .