Skip to main content

Multidimensional Data Structures

  • Chapter
Data Structures and Algorithms 3

Part of the book series: EATCS Monographs on Theoretical Computer Science ((EATCS,volume 3))

Abstract

Chapter III was devoted to searching problems in one-dimensional space. In this chapter we will reconsider these problems in higher dimensional space and also treat a number of problems which only become interesting in higher dimensions. Let U be some ordered set and let S ⊆ Ud for some d. An element x ∈ S is a d-tuple (x, …, xd-1). The simplest searching problem is to specify a point y ∈ Ud and to ask whether y ∈ S; this is called an exact match query and can in principle be solved by the methods of chapter III. Order Ud by lexicographic order and use a balanced search tree. A very general form of query is to specify a region R ⊆ Ud and to ask for all points in R ∩ S. General region queries can only be solved by exhaustive search of set S. Special and more tractable cases are obtained by restricting the query region R to some subclass of regions. Restricting R to polygons gives us polygon searching, restricting it further to rectangles with sides parallel to the axis gives us range searching, and finally restricting the class of rectangles even further gives us partial match retrieval. In one-dimensional space balanced trees solve all these problems efficiently. In higher dimensions we will need different data structures for different types of queries; d-dimensional trees, range trees and polygon trees are therefore treated in VII.2.. There is one other major difference to one-dimensional space. It seems to be very difficult to deal with insertions and deletions; i.e. the data structures described in VII.2. are mainly useful for static sets. No efficient algorithms are known as of today to balance these structures after insertions and deletions. However, there is a general approach to dynamization which we treat in VII.1.. It is applicable to a wide class of problems and yields reasonably efficient dynamic data structures.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 39.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 54.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 1984 Springer-Verlag Berlin Heidelberg

About this chapter

Cite this chapter

Mehlhorn, K. (1984). Multidimensional Data Structures. In: Data Structures and Algorithms 3. EATCS Monographs on Theoretical Computer Science, vol 3. Springer, Berlin, Heidelberg. https://doi.org/10.1007/978-3-642-69900-9_1

Download citation

  • DOI: https://doi.org/10.1007/978-3-642-69900-9_1

  • Publisher Name: Springer, Berlin, Heidelberg

  • Print ISBN: 978-3-642-69902-3

  • Online ISBN: 978-3-642-69900-9

  • eBook Packages: Springer Book Archive

Publish with us

Policies and ethics