Replacing Mark Bits with Randomness in Fibonacci Heaps.

Lecture Notes in Computer Science(2015)

引用 5|浏览52
暂无评分
摘要
A Fibonacci heap is a deterministic data structure implementing a priority queue with optimal amortized operation costs. An unfortunate aspect of Fibonacci heaps is that they must maintain a "mark bit" which serves only to ensure efficiency of heap operations, not correctness. Karger proposed a simple randomized variant of Fibonacci heaps in which mark bits are replaced by coin flips. This variant still has expected amortized cost O(1) for insert, decrease-key, and merge. Karger conjectured that this data structure has expected amortized cost O(log s) for delete-min, where s is the number of heap operations. We give a tight analysis of Karger's randomized Fibonacci heaps, resolving Karger's conjecture. Specifically, we obtain matching upper and lower bounds of Theta(log(2) s/log log s) for the runtime of delete-min. We also prove a tight lower bound of Omega(root n) on delete-min in terms of the number of heap elements n. The request sequence used to prove this bound also solves an open problem of Fredman on whether cascading cuts are necessary. Finally, we give a simple additional modification to these heaps which yields a tight runtime Theta(log(2) n/log log n) for delete-min.
更多
查看译文
关键词
Priority Queue, Full Paper, Extraneous Data, Request Sequence, Amortize Cost
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要