Differentially private spatial decomposition of 2D data for range queries
-
Updated
Apr 6, 2021 - Python
Differentially private spatial decomposition of 2D data for range queries
Implementing indexing and searching techniques for spatial data by creating an R-tree using Python.
Bounded Range Query
This repository contains simple implementations of Segment Trees and Interval Trees, which were developed as part of a university project at the Computer Engineering and Informatics Department of the University of Patras. They include functions for range and stabbing queries.
Optimizing Range Queries with 2D Location Data using Google S2
Python implementation of Mo's Algorithm - a method for answering a series of range queries on the same array. The repository provides a general interface for Mos operations
Add a description, image, and links to the range-queries topic page so that developers can more easily learn about it.
To associate your repository with the range-queries topic, visit your repo's landing page and select "manage topics."