Biased Skip Lists

  • Authors:
  • Amitabha Bagchi;Adam L. Buchsbaum;Michael T. Goodrich

  • Affiliations:
  • -;-;-

  • Venue:
  • ISAAC '02 Proceedings of the 13th International Symposium on Algorithms and Computation
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

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 = 驴i = 1n 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.