【24h】

On Self-stabilizing Search Trees

机译:关于自稳定搜索树

获取原文
获取原文并翻译 | 示例

摘要

We introduce a self-stabilizing data structure, which we call either a min-max search tree or a max-min search tree (both abbreviated M~2ST), depending on whether the root has the minimum or the maximum value in the tree. Our structure is a refinement of the standard min-max heap (or max-min heap), with additional property that every value in the left subtree of a node is less than or equal to every value in the right subtree of that node. The M~2ST has all the power of a binary search tree and all the power of a min-max heap, combined; with the additional feature that maintaining balance is easy. We give a self-stabilizing algorithm for reorganizing the values of an asynchronous network with a binary tree topology into an M~2ST in O(n) rounds. We then give an algorithm for reorganizing an asynchronous network with a binary tree topology, which is already in M~2ST order, into binary search tree order in O(h) rounds. This result answers an open problem posed in [3].
机译:我们引入了一种自稳定数据结构,根据根在树中是最小值还是最大值,我们将其称为“最小-最大”搜索树或“最大-最小”搜索树(均缩写为M〜2ST)。我们的结构是对标准min-max堆(或max-min堆)的改进,具有附加属性,即节点左子树中的每个值都小于或等于该节点右子树中的每个值。 M〜2ST具有二进制搜索树的所有功能和最小最大堆的所有功能的组合。附加功能使保持平衡变得容易。我们给出了一种自稳定算法,用于将具有二叉树拓扑结构的异步网络的值重组为O(n)个回合中的M〜2ST。然后,我们给出了一种算法,用于将已经具有M〜2ST顺序的二叉树拓扑结构的异步网络重组为O(h)轮次的二叉搜索树顺序。这个结果回答了[3]中提出的一个开放性问题。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号