Sciweavers

ALGORITHMICA
2005

Biased Skip Lists

13 years 4 months ago
Biased Skip Lists
We design a variation of skip lists that performs well for generally biased access sequences. Given n items, each with a positive weight wi, 1 i n, the time to access item i is O 1 + log W wi , where W = n i=1 wi; the data structure is dynamic. We present deterministic and randomized variations, which are nearly identical; the deterministic one simply ensures the balance condition that the randomized one achieves probabilistically. We use the same method to analyze both.
Amitabha Bagchi, Adam L. Buchsbaum, Michael T. Goo
Added 15 Dec 2010
Updated 15 Dec 2010
Type Journal
Year 2005
Where ALGORITHMICA
Authors Amitabha Bagchi, Adam L. Buchsbaum, Michael T. Goodrich
Comments (0)