Abstract
In computational geometry many search problems and range queries can be solved by performing an iterative search for the same key in separate ordered lists. In this paper we show that, if these ordered lists can be put in a one-to-one correspondence with the nodes of a graph of degree d so that the iterative search always proceeds along edges of that graph, then we can do much better than the obvious sequence of binary searches. Without expanding the storage by more than a constant factor, we can build a data-structure, called a fractional cascading structure, in which all original searches after the first can be carried out at only log d extra cost per search. Several results related to the dynamization of this structure are also presented. A companion paper gives numerous applications of this technique to geometric problems.
Original language | English (US) |
---|---|
Pages (from-to) | 133-162 |
Number of pages | 30 |
Journal | Algorithmica |
Volume | 1 |
Issue number | 1-4 |
DOIs | |
State | Published - Nov 1986 |
Externally published | Yes |
All Science Journal Classification (ASJC) codes
- General Computer Science
- Computer Science Applications
- Applied Mathematics
Keywords
- B-tree
- Binary search
- Dynamization of data structures
- Iterative search
- Multiple look-up
- Range query