首页 | 本学科首页   官方微博 | 高级检索  
     

一种新的删除HB(k)树的结点的算法
引用本文:唐自立.一种新的删除HB(k)树的结点的算法[J].计算机工程与应用,2007,43(5):45-48.
作者姓名:唐自立
作者单位:苏州大学计算机科学与技术学院 江苏苏州215006
基金项目:江苏省高校自然科学研究计划项目( No.03KJB520128)
摘    要:Foster的删除HB(k)树的结点的算法的主要思想是先删除结点再自下而上处理某些子树,涉及自下而上的后退。提出一种新的删除HB(k)树的结点的算法,其主要思想是先自上而下处理某些子树再删除结点,不涉及自下而上的后退。举例说明新算法的执行过程。证明新算法是正确的。与Foster的删除HB(k)树的结点的算法相比,新算法不涉及辅助栈的使用。设n是HB(k)树的结点的个数。新算法的时间复杂性是O(log2n),与Foster的删除HB(k)树的结点的算法的相同。实验结果表明新算法的平均执行时间比Foster的删除HB(k)树的结点的算法短。新算法的空间复杂性是O(1),比Foster的删除HB(k)树的结点的算法低。

关 键 词:HB(k)树  结点  删除  旋转
文章编号:1002-8331(2007)05-0045-04
修稿时间:2006-05

New algorithm for deleting node from HB(k) tree
TANG Zi-li.New algorithm for deleting node from HB(k) tree[J].Computer Engineering and Applications,2007,43(5):45-48.
Authors:TANG Zi-li
Affiliation:School of Computer Science and Technology,Sooehow University,Suzhou,Jiangsu 215006,China
Abstract:The main idea of Foster's algorithm for deleting a node from an HB(k) tree is to delete the node first and then to process certain subtrees from below to above,relating to the backtracking from below to above.A new algorithm for deleting a node from an HB(k) tree is presented,whose main idea is to process certain subtrees from above to below first and then to delete the node,instead of relating to the backtracking from below to above.The execution of the new algorithm is illustrated by an example.The new algorithm is proved correct.Compared with Foster's algorithm for deleting a node from an HB(k) tree,the new algorithm does not relate to the use of an auxiliary stack.Let n be the number of nodes of an HB(k) tree.The time complexity of the new algorithm is O(log2n),and it is the same as that of Foster's algorithm for deleting a node from an HB(k) tree.Experimental results show that the average execution time of the new algorithm is shorter than that of Foster's algorithm for deleting a node from an HB(k) tree.The space complexity of the new algorithm is O(1),and it is lower than that of Foster's algorithm for deleting a node from an HB(k) tree.
Keywords:HB(k) tree  node  deletion  rotation
本文献已被 CNKI 维普 等数据库收录!
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号