期刊文献+

查找重叠于某点所有区间的一种数据结构

A data structure for finding all intervals that overlap a point
下载PDF
导出
摘要 快速查找重叠于某点的所有区间集是计算机图形学、模式匹配及其他应用中急需解决的问题之一.通过介绍了一种用于查找所有重叠于某个特殊点的区间的数据结构区间空指令表,这种数据结构与AVL树具有相似的功能与特性,但执行起来比AVL树简单得多,它能够实现快速查找重叠于某点的所有区间集.搜索包含n个区间的空指令表以寻找重叠于一个点的区间约需时间为O(logn+L),L代表匹配区间的数目,插入或删除一个区间所需时间为O(log2n).图1,参5. Highspeed finding of the collection of all intervals overlapping a point is one of the urgent problems to be solved in the applications of computer graphology and mode matching. This paper introduces a data structure to find all intervals overlapping a pointthe interval skip list.The function and property of this data structure is similar to that of AVL Tree. ( AVL Tree is a kind of balanced tree with two branches. The property of the tree is that the height difference between the left branch and the right one at any point is not more than 1. It's quite efficient to inquire and retrieve by this tree structure.) With regard to execution , however, it's much easier than that of AVL Tree because it can find the collection of all intervals overlapping a point in high speed. Searching an ISlist containing n intervals to find intervals overlapping a point takes expected time O(logn+L) where L is the number of matching intervals. Inserting or deleting an interval takes expected time O(log2n).1fig.,5refs.
出处 《湘潭矿业学院学报》 2002年第3期54-57,共4页 Journal of Xiangtan Mining Institute
关键词 重叠点 查找 数据结构 区间空指令表 搜索 overlap a point find data structure the interval skip list
  • 相关文献

参考文献4

二级参考文献3

  • 1Zhao J,Technical Report SE 98 119 Information Processing Societyof Japan,1998年,17页
  • 2Zhao J,Proc the 20th IEEE Annual Int Computer Software and Applications Conference,1996年,312页
  • 3汪成为.分布交互计算和分布交互仿真[J].计算机研究与发展,1998,35(12):1058-1063. 被引量:12

共引文献17

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部