Available Stabilizing Heaps
分布式、并行与集群计算
2007-05-23 v1 数据结构与算法
摘要
This paper describes a heap construction that supports insert and delete operations in arbitrary (possibly illegitimate) states. After any sequence of at most O(m) heap operations, the heap state is guarantee to be legitimate, where m is the initial number of items in the heap. The response from each operation is consistent with its effect on the data structure, even for illegitimate states. The time complexity of each operation is O(lg K) where K is the capacity of the data structure; when the heap's state is legitimate the time complexity is O(lg n) for n equal to the number items in the heap.
引用
@article{arxiv.cs/0011046,
title = {Available Stabilizing Heaps},
author = {Ted Herman and Toshimitsu Masuzawa},
journal= {arXiv preprint arXiv:cs/0011046},
year = {2007}
}
备注
10 pages