• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2012, Vol. 34 ›› Issue (9): 104-108.

• 论文 • Previous Articles     Next Articles

A Search Algorithm for Multidimensional Data

ZHONG Sheng,ZHONG Xiaoshuang,YU Yancong   

  1. (College of Information Science and Technology,Hainan University,Haikou 570228,China)
  • Received:2012-04-15 Revised:2012-06-25 Online:2012-09-25 Published:2012-09-25

Abstract:

This paper proposes a data structure that uses the binary tree to organize multidimensional data.Based on the proposed data structure,an area search algorithm is proposed in order to find out all points in the given data set in the domain of given points.The search efficiency of the algorithm is not related with the space dimension.The average time complexity of the algorithm is O(logn).To guarantee the algorithm efficiency,the paper also proposes a balanced tree adjustment algorithm.

Key words: search tree;spatial data;area search