English

Greedy Algorithms for Steiner Forest

Data Structures and Algorithms 2014-12-25 v1

Abstract

In the Steiner Forest problem, we are given terminal pairs {si,ti}\{s_i, t_i\}, and need to find the cheapest subgraph which connects each of the terminal pairs together. In 1991, Agrawal, Klein, and Ravi, and Goemans and Williamson gave primal-dual constant-factor approximation algorithms for this problem; until now, the only constant-factor approximations we know are via linear programming relaxations. We consider the following greedy algorithm: Given terminal pairs in a metric space, call a terminal "active" if its distance to its partner is non-zero. Pick the two closest active terminals (say si,tjs_i, t_j), set the distance between them to zero, and buy a path connecting them. Recompute the metric, and repeat. Our main result is that this algorithm is a constant-factor approximation. We also use this algorithm to give new, simpler constructions of cost-sharing schemes for Steiner forest. In particular, the first "group-strict" cost-shares for this problem implies a very simple combinatorial sampling-based algorithm for stochastic Steiner forest.

Keywords

Cite

@article{arxiv.1412.7693,
  title  = {Greedy Algorithms for Steiner Forest},
  author = {Anupam Gupta and Amit Kumar},
  journal= {arXiv preprint arXiv:1412.7693},
  year   = {2014}
}
R2 v1 2026-06-22T07:43:22.162Z