Question: 1 1 - 2 : ( a ) Give a polynomial - time algorithm that approximates the minimum representative set to within a factor of

11-2 : (a) Give a polynomial-time algorithm that approximates the minimum representative set to within a factor of O(log n). Specifically, your algorithm should have the following property: If the minimum possible size of a representative set is s, your algorithm should return a representative set of size at most O(s log n).(b) Note the close similarity between this problem and the Center Selection Problema problem for which we considered approximation algorithms in Section 11.2. Why doesnt the algorithm described there solve the current problem?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!