Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following scheduling problem: we have two machines, and a set of jobs that we have to process one at a time. To process

Consider the following scheduling problem: we have two machines, and a set of jobs image text in transcribed that we have to process one at a time. To process a job, we place it on a machine. Each job image text in transcribed has an associated running time image text in transcribed. The load on the machine is the sum of the running times of the jobs placed on it. The goal is to minimize the completion time, which is the maximum load over all machines.

Suppose we adopt a greedy algorithm: each job image text in transcribed is put on the machine with the minimum load after the first image text in transcribed jobs. (Ties can be broken arbitrarily.) Show that this strategy yields a completion time within a factor of 3/2 of the best possible placement of jobs. (Hint: Think of the best possible placement of jobs. Even for the best placement, the completion time is at least as big as the biggest job, and at least as big as half the sum of the jobs. You may want to use both of these facts.) Give an example where a factor of 3/2 is achieved.

Suppose now instead of 2 machines we have image text in transcribed machines. What is the performance of the greedy solution, compared to the optimal, as a function of image text in transcribed? Give a family of examples (that is, one for each image text in transcribed, if they are very similar, it will be easier to write down!) where the factor separating the optimal and the greedy solutions is as large as you can make it.

1, 2, 3, ... ]n 1, 2, 3, ... ]n

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2010 Barcelona Spain September 2010 Proceedings Part 3 Lnai 6323

Authors: Jose L. Balcazar ,Francesco Bonchi ,Aristides Gionis ,Michele Sebag

2010th Edition

3642159389, 978-3642159381

More Books

Students also viewed these Databases questions

Question

What is a "complete solution" in IT Architecture?

Answered: 1 week ago