具有最坏情况变体的快速 DecreaseKey 堆
数据结构与算法
2020-11-20 v2
摘要
在论文“具有最坏情况扩展的快速斐波那契堆”中,我们描述了同时具有 Meld-DecreaseKey 与 DecreaseKey 接口的堆,允许以有保证的最坏情况渐近最优时间进行操作。该论文旨在聚焦于 DecreaseKey 接口,但若不仔细研读,可能难以区分所描述的两个数据结构。本文的目标并非发明新数据结构,而是以希望具可读性的形式描述一个相当简易的 DecreaseKey 版本。本文旨在无需参考其他论文即可理解。
引用
@article{arxiv.2010.02507,
title = {Fast DecreaseKey Heaps with worst-case variants},
author = {Vladan Majerech},
journal= {arXiv preprint arXiv:2010.02507},
year = {2020}
}
备注
9 pages+1 citation, 1 figure, 3 tables. arXiv admin note: text overlap with arXiv:1911.11637