TREKKING IN THE ALPS WITHOUT FREEZING OR GETTING TIRED

Citation
M. Deberg et M. Vankreveld, TREKKING IN THE ALPS WITHOUT FREEZING OR GETTING TIRED, Algorithmica, 18(3), 1997, pp. 306-323
Citations number
15
Categorie Soggetti
Computer Sciences",Mathematics,Mathematics,"Computer Science Software Graphycs Programming
Journal title
ISSN journal
01784617
Volume
18
Issue
3
Year of publication
1997
Pages
306 - 323
Database
ISI
SICI code
0178-4617(1997)18:3<306:TITAWF>2.0.ZU;2-#
Abstract
Let F be a polyhedral terrain with n vertices, We show how to preproce ss F such that for any two query points on F it can be decided whether there exists a path on F between the two points whose height decrease s monotonically. More generally, the minimum total ascent or descent a long any path between the two points can be computed. It is also possi ble to decide, given two query points and a height, whether there is a path that stays below this height. All these queries can be answered with one data structure which stores the so-called height-level map of the terrain. Although the height-level mao has quadratic worst-case c omplexity, it is stored implicitly using only linear storage. The quer y rime for all the above queries is O(log n) and the structure can be built in O(n log n) time. A path with the desired property can be repo rted in additional time that is linear in the description size of the path.