English

Big Step Greedy Algorithm for Maximum Coverage Problem

Data Structures and Algorithms 2015-09-25 v2

Abstract

This paper proposes a greedy heuristic named as Big step greedy heuristic and investigates the application of Big step greedy heuristic for maximum k-coverage problem. Greedy algorithms construct the solution in multiple steps, the classical greedy algorithm for maximum k-coverage problem, in each step selects one set that contains the greatest number of uncovered elements. The Big step greedy heuristic, in each step selects p (1 <= p <= k) sets such that the union of selected p sets contains the greatest number of uncovered elements by evaluating all possible p-combinations of given sets. When p=k Big step greedy algorithm behaves like exact algorithm that computes optimal solution by evaluating all possible k-combinations of given sets. When p=1 it behaves like the classical greedy algorithm.

Keywords

Cite

@article{arxiv.1506.06163,
  title  = {Big Step Greedy Algorithm for Maximum Coverage Problem},
  author = {Drona Pratap Chandu},
  journal= {arXiv preprint arXiv:1506.06163},
  year   = {2015}
}

Comments

6 pages

R2 v1 2026-06-22T09:57:03.091Z