Skip to content
#

r-tree

Here are 64 public repositories matching this topic...

This implementation creates an RTree object with a specified maximum number of children per node, and allows for the insertion of Rect objects into the tree. It also provides a search function that returns all Rect objects that overlap with a given query rectangle. The implementation uses a recursive algorithm to build and search the R-tree, and ..

  • Updated Feb 16, 2023
  • C++

Improve this page

Add a description, image, and links to the r-tree topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the r-tree topic, visit your repo's landing page and select "manage topics."

Learn more