DocumentCode
2203349
Title
Grid structures for efficient geometric algorithms
Author
Xiaodong Wang ; Zhu, Daxin ; Wu, Yingjie
Author_Institution
Dept. of Comput. Sci., Quanzhou Normal Univ., Quanzhou, China
fYear
2011
fDate
6-8 June 2011
Firstpage
506
Lastpage
508
Abstract
For the on-line version of the closest pair problem, the points become available one after another. A new point arrives as soon as the insertion of the previous point has been completed. At the start of the algorithm, the final size of the point set is not known. To solve this on-line problem, we need a data structure that maintains the closest pair in the current point set in Ed. The only operation to be supported is the insertion of a point. After an insertion, we have to update the closest pair. In high-dimension cases, a data structure is given that maintains the minimal distance in amortized O((log n)d-1) time, using O(n) space. This leads to an O(n logd-1 n) time algorithm for the on-line closest pair problem. This paper presents an efficient data structure for the on-line closest pair problem in d dimensional space. The data structure maintains the closest pair of the current point set in d dimensional space on-line in amortized time O(log2 n), using O(n) space.
Keywords
computational complexity; computational geometry; data structures; amortized time algorithm; closest pair problem; data structure; geometric algorithm; grid structures; online closest pair problem; Algorithm design and analysis; Binary search trees; Handheld computers; Heuristic algorithms; Search problems; TV; computational geometry; dynamic data structures; on-line algorithms;
fLanguage
English
Publisher
ieee
Conference_Titel
Information and Automation (ICIA), 2011 IEEE International Conference on
Conference_Location
Shenzhen
Print_ISBN
978-1-4577-0268-6
Electronic_ISBN
978-1-4577-0269-3
Type
conf
DOI
10.1109/ICINFA.2011.5949045
Filename
5949045
Link To Document