𝔖 Bobbio Scriptorium
✦   LIBER   ✦

The computational complexity of the κ-minimum spanning tree problem in graded matrices

✍ Scribed by T. Dudás; B. Klinz; G.J. Woeginger


Publisher
Elsevier Science
Year
1998
Tongue
English
Weight
524 KB
Volume
36
Category
Article
ISSN
0898-1221

No coin nor oath required. For personal study only.

✦ Synopsis


Given an undirected graph G = (V, E) where each edge e = (i,j) has a length dij >_ O, the k-minimum spanning tree problem, k-MST for short, is to find a tree T in G which spans at least k vertices and has minimum length l(T) = ~'~(~,j)e T dij. We investigate the computational complexity of the k-minimum spanning tree problem in complete graphs when the distance matrix D = (d~j) is graded, i.e., has increasing, respectively, decreasing rows, or increasing, respectively, decreasing columns, or both. We exactly characterize polynomially solvable and NP-complete variants, and thus, establish a sharp borderline between easy and difficult cases of the k-MST problem on graded matrices. As a somewhat surprising result, we prove that the problem is polynomially solvable on graded matrices with decreasing rows, but NP-complete on graded matrices with increasing rows.


📜 SIMILAR VOLUMES


The computational complexity of Steiner
✍ T. Dudás; B. Klinz; G.J. Woeginger 📂 Article 📅 1997 🏛 Elsevier Science 🌐 English ⚖ 349 KB

## Communicated by M. Iri Abstract--We investigate the computational complexity of the Steiner tree problem in graphs when the distance matrix is graded, i.e., has increasing, respectively, decreasing rows, or increasing, respectively, decreasing columns, or both. We exactly characterize polynomia

The expected complexity of Prim's minimu
✍ Chip Martel 📂 Article 📅 2002 🏛 Elsevier Science 🌐 English ⚖ 60 KB

We study the expected performance of Prim's minimum spanning tree (MST) algorithm implemented using ordinary heaps. We show that this implementation runs in linear or almost linear expected time on a wide range of graphs. This helps to explain why Prim's algorithm often beats MST algorithms which ha