Fractional Cascading - a simpler approach
Fractional Cascading - a simpler approach
Sandeep SenÂ
Professor
Department of Computer Science
Ashoka University
ABSTRACT
We present an alternative implementation of the fractional cascading data structure of Chazelle and Guibas (Algorithmica1 (1986), 133-162) that performs iterative search for a key in multiple ordered lists. The construction of our data structure uses randomization and simplifies the algorithm of Chazelle and Guibas, vastly making it practical to implement. Although our bounds are asymptotically similar to the earlier ones, there are improvements in the constant factors. Our analysis is novel and captures some of the inherent difficulties associated with the fractional cascading data structure. In particular, we use tools from branching process theory and derive some useful asymptotic bounds. The probability of deviation from the expected performance bounds decreases exponentially with number of keys.