Top-Down Skiplists
Data Structures and Algorithms
2014-07-31 v1
Abstract
We describe todolists (top-down skiplists), a variant of skiplists (Pugh 1990) that can execute searches using at most binary comparisons per search and that have amortized update time . A variant of todolists, called working-todolists, can execute a search for any element using binary comparisons and have amortized search time . Here, is the "working-set number" of . No previous data structure is known to achieve a bound better than comparisons. We show through experiments that, if implemented carefully, todolists are comparable to other common dictionary implementations in terms of insertion times and outperform them in terms of search times.
Keywords
Cite
@article{arxiv.1407.7917,
title = {Top-Down Skiplists},
author = {Luis Barba and Pat Morin},
journal= {arXiv preprint arXiv:1407.7917},
year = {2014}
}
Comments
18 pages, 5 figures