Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 205 Bytes

File metadata and controls

5 lines (4 loc) · 205 Bytes

R-tree

my R-tree implementation

R-tree is tree data structure used for spatial access methods. I.e., for indexing multi-dimensional information such as geographical coordinates, rectangles or polygons.