Question: Suppose that we have a set of activities to schedule among a large number of lecture halls. We wish to schedule all the activities using
Suppose that we have a set of activities to schedule among a large number of lecture halls. We wish to schedule all the activities using as few lecture halls as possible. Give an efficient greedy algorithm to determine which activity should use which lecture hall. (This is also known as the interval-graph coloring problem. We can create an interval graph whose vertices are the given activities and whose edges connect incompatible activities. The smallest number of colors required to color every vertex so that no two adjacent vertices are given the same color corresponds to finding the fewest lecture halls needed to schedule all of the given activities.)
Step by Step Solution
3.52 Rating (165 Votes )
There are 3 Steps involved in it
Let S be the set of n activities The obvious solution of using GREEDYACTIVITYSELECTOR to find a maximumsize set S 1 of compatible activities from S fo... View full answer
Get step-by-step solutions from verified subject matter experts
Document Format (1 attachment)
C-S-A (111).docx
120 KBs Word File
