himanshutg / R-Trees

R-trees are tree data structures used for spatial access methods, i.e., for indexing multi-dimensional information such as geographical coordinates, rectangles or polygons. When the information is of spatial nature, then to obtain nearest neighbours of given queries, an R-tree is typically used.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R-Trees

R-trees are tree data structures used for spatial access methods, i.e., for indexing multi-dimensional information such as geographical coordinates, rectangles or polygons. When the information is of spatial nature, then to obtain nearest neighbours of given queries, an R-tree is typically used.

About

R-trees are tree data structures used for spatial access methods, i.e., for indexing multi-dimensional information such as geographical coordinates, rectangles or polygons. When the information is of spatial nature, then to obtain nearest neighbours of given queries, an R-tree is typically used.


Languages

Language:C++ 100.0%