Question: In the HITTING-SET problem, we are given a set U of items, and a collection of subsets of U, S1, S2,...,Sm. The problem is to

In the HITTING-SET problem, we are given a set U of items, and a collection of subsets of U, S1, S2,...,Sm. The problem is to find a smallest subset T of U such that T “hits” every subset Si, that is, T ∩ Si     = ∅, for i = 1,...,m. Design a polynomial-time O(log n)-approximation algorithm for HITTING-SET.

Step by Step Solution

3.34 Rating (163 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Polynomial Time Approximation Scheme PTAS is a type of approximate algorithms tha... View full answer

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 Data Structures Algorithms Questions!