Multidimensional Binary Search Trees

 

Title: Multidimensional Binary Search Trees
Author: Martin Rau (martin /dot/ rau /at/ tum /dot/ de)
Submission date: 2019-05-30
Abstract: This entry provides a formalization of multidimensional binary trees, also known as k-d trees. It includes a balanced build algorithm as well as the nearest neighbor algorithm and the range search algorithm. It is based on the papers Multidimensional binary search trees used for associative searching and An Algorithm for Finding Best Matches in Logarithmic Expected Time.
BibTeX:
@article{KD_Tree-AFP,
  author  = {Martin Rau},
  title   = {Multidimensional Binary Search Trees},
  journal = {Archive of Formal Proofs},
  month   = may,
  year    = 2019,
  note    = {\url{http://isa-afp.org/entries/KD_Tree.html},
            Formal proof development},
  ISSN    = {2150-914x},
}
License: BSD License
Depends on: Median_Of_Medians_Selection
Status: [ok] This is a development version of this entry. It might change over time and is not stable. Please refer to release versions for citations.