An implementation of range trees with fractional cascading in C++

Vissarion Fisikopoulos
DOI: https://doi.org/10.48550/arXiv.1103.4521
2011-03-23
Data Structures and Algorithms
Abstract:Range trees are multidimensional binary trees which are used to perform d-dimensional orthogonal range searching. In this technical report we study the implementation issues of range trees with fractional cascading, named layered range trees. We also document our implementation of range trees with fractional cascading in C++ using STL and generic programming techniques.
What problem does this paper attempt to address?