Median-of-k Jumplists and Dangling-Min BSTs

September 27, 2016 Β· Declared Dead Β· πŸ› Workshop on Analytic Algorithmics and Combinatorics

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Markus E. Nebel, Elisabeth Neumann, Sebastian Wild arXiv ID 1609.08513 Category cs.DS: Data Structures & Algorithms Citations 0 Venue Workshop on Analytic Algorithmics and Combinatorics Last Checked 5 months ago
Abstract
We extend randomized jumplists introduced by BrΓΆnnimann et al. (STACS 2003) to choose jump-pointer targets as median of a small sample for better search costs, and present randomized algorithms with expected $O(\log n)$ time complexity that maintain the probability distribution of jump pointers upon insertions and deletions. We analyze the expected costs to search, insert and delete a random element, and we show that omitting jump pointers in small sublists hardly affects search costs, but significantly reduces the memory consumption. We use a bijection between jumplists and "dangling-min BSTs", a variant of (fringe-balanced) binary search trees for the analysis. Despite their similarities, some standard analysis techniques for search trees fail for dangling-min trees (and hence for jumplists).
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted