Skip Lift: A Probabilistic Alternative to Red-Black Trees

Journal of Discrete Algorithms(2012)

引用 3|浏览0
暂无评分
摘要
We present the Skip lift, a randomized dictionary data structure inspired by the skip list [Pugh ’90, Comm. of the ACM]. Similar to the skip list, the skip lift has the finger search property: Given a pointer to an arbitrary element f, searching for an element x takes expected O(logδ) time where δ is the rank distance between the elements x and f. The skip lift uses nodes of O(1) worst-case size and it is one of the few efficient dictionary data structures that performs an O(1) worst-case number of structural changes during an update operation. Given a pointer to the element to be removed from the skip lift the deletion operation takes O(1) worst-case time.
更多
查看译文
关键词
Search Tree,Search Path,Binary Search Tree,Jump Pointer,Search Operation
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要