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
Polynomial Time Approximation Scheme PTAS is a type of approximate algorithms tha... View full answer
Get step-by-step solutions from verified subject matter experts
