A LINEAR ALGORITHM FOR ANALYSIS OF MINIMUM SPANNING AND SHORTEST-PATHTREES OF PLANAR GRAPHS

Citation
H. Booth et J. Westbrook, A LINEAR ALGORITHM FOR ANALYSIS OF MINIMUM SPANNING AND SHORTEST-PATHTREES OF PLANAR GRAPHS, Algorithmica, 11(4), 1994, pp. 341-352
Citations number
20
Categorie Soggetti
Computer Sciences",Mathematics,Mathematics,"Computer Science Software Graphycs Programming
Journal title
ISSN journal
01784617
Volume
11
Issue
4
Year of publication
1994
Pages
341 - 352
Database
ISI
SICI code
0178-4617(1994)11:4<341:ALAFAO>2.0.ZU;2-G
Abstract
We give a linear time and space algorithm for analyzing trees in plana r graphs. The algorithm can be used to analyze the sensitivity of a mi nimum spanning tree to changes in edge costs. to find its replacement edges, and to verify its minimality. It can also be used to analyze th e sensitivity of a single-source shortest-path tree to changes in edge costs, and to analyze the sensitivity of a minimum-cost network flow. The algorithm is simple and practical. It uses the properties of a pl anar embedding, combined with a heap-ordered queue data structure.