Lecture 19

Learning objectives

After this class, you should be able to:

  1. Describe how a d-dimensional range tree can be constructed, derive the time and space complexity for constructing it, and derive the time complexity for querying it.
  2. Explain where, in our previous algorithms for range search, we used the assumption that no two points have identical values for the same coordinate.
  3. Given a set of points, give the equivalent composite points, and draw the range tree corresponding to it.

Reading assignment

  1. Handout on Orthogonal range searching, sections 5.4 and 5.5.

Exercises and review questions


Last modified: 28 Oct 2008