Copyright © 2003 Elsevier Inc. All rights reserved.
Finding an optimal path without growing the tree
Received 1 December 1998.
References and further reading may be available for this article. To view references and further reading you must purchase this article.
Abstract
For problems on computing an optimal path as well as its length in a certain setting, the “standard” approach for finding an actual optimal path is by building (or “growing”) a single-source optimal path tree. In this paper, we study a class of optimal path problems with the following phenomenon: The space complexity of the algorithms for reporting the lengths of single-source optimal paths for these problems is asymptotically smaller than the space complexity of the “standard” tree-growing algorithms for finding actual optimal paths. We present a general and efficient algorithmic paradigm for finding an actual optimal path for such problems without having to grow a single-source optimal path tree. Our paradigm is based on the “marriage-before-conquer” strategy, the prune-and-search technique, and a new data structure called clipped trees. The paradigm enables us to compute an actual path for a number of optimal path problems and dynamic programming problems in computational geometry, graph theory, and combinatorial optimization. Our algorithmic solutions improve the space bounds (in certain cases, the time bounds as well) of the previously best known algorithms, and settle some open problems. Our techniques are likely to be applicable to other problems.
Author Keywords: Computational geometry; Optimal paths; Arrangements; Dynamic programming; Space-efficient algorithms






E-mail Article
Add to my Quick Links

Cited By in Scopus (1)

1; we describe a similar algorithm running in only O(
log
-factor algorithm with an O(




