Sciweavers

FOCS
1989
IEEE

Randomized Search Trees

13 years 8 months ago
Randomized Search Trees
We present a randomized strategy for maintaining balance in dynamically changing search trees that has optimal expected behavior. In particular, in the expected case a search or an update takes logarithmic time, with the update requiring fewer than two rotations. Moreover, the update time remains logarithmic, even if the cost of a rotation is taken to be proportional to the size of the rotated subtree. Finger searches and splits and joins can be performed in optimal expected time also. We show that these results continue to hold even if very little true randomness is available, i.e. if only a logarithmic number of truely random bits are available. Our approach generalizes naturally to weighted trees, where the expected time bounds for accesses and updates again match the worst case time bounds of the best deterministic methods. We also discuss ways of implementing our randomized strategy so that no explicit balance information is maintained. Our balancing strategy and our algorithms a...
Cecilia R. Aragon, Raimund Seidel
Added 11 Aug 2010
Updated 11 Aug 2010
Type Conference
Year 1989
Where FOCS
Authors Cecilia R. Aragon, Raimund Seidel
Comments (0)