Improved Greedy Algorithm for Set Covering Problem
Data Structures and Algorithms
2015-06-16 v1
Abstract
This paper proposes a greedy algorithm named as Big step greedy set cover algorithm to compute approximate minimum set cover. The Big step greedy algorithm, in each step selects p sets such that the union of selected p sets contains greatest number of uncovered elements and adds the selected p sets to partial set cover. The process of adding p sets is repeated until all the elements are covered. When p=1 it behaves like the classical greedy algorithm.
Keywords
Cite
@article{arxiv.1506.04220,
title = {Improved Greedy Algorithm for Set Covering Problem},
author = {Drona Pratap Chandu},
journal= {arXiv preprint arXiv:1506.04220},
year = {2015}
}
Comments
4 pages