range-queries
There are 14 repositories under range-queries topic.
ruankie/differentially-private-range-queries
Differentially private spatial decomposition of 2D data for range queries
engineering87/TemporalCollections
Thread-safe .NET collections with built-in, monotonic timestamps and a unified API for fast range queries, pruning, and temporal analytics
Devansh-Seth-DEV/DSA-Playground
This repository is a personal playground for practicing and implementing Data Structures and Algorithms.
pgarrett-scripps/ranged_bintrees
Bounded Range Query
VSpyridonos/spatial-data-indexing-techniques
Implementing indexing and searching techniques for spatial data by creating an R-tree using Python.
maliknaik16/range-queries-location
Optimizing Range Queries with 2D Location Data using Google S2
mostafa-cse/CSES-Solutions
This repository contains clean and efficient solutions to the CSES Problem Set, implemented in C++. Great for practicing algorithms and preparing for competitive programming.
ptriantafy/Interval-Tree-and-Segment-Tree-Data-Structures
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.
skabukhoyer/BPTree-Indexing
Here we have implemented B-Plus Tree for data block indexing as a data system project
UIC-InDeXLab/online-MISH
Online Maximum Independent Set of Hyperrectangles
imanerh/RangeFilteredKNN
A hybrid search system combining B+ Trees for range filtering and HNSW for approximate nearest neighbor (ANN) search. Features bulkloading for efficient tree construction, HNSWLib integration, and dynamic switching between brute-force and ANN search for optimal performance. Supports binary data processing and visualization with Graphviz.
jyuv/Mos-Algorithm
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
maliknaik16/publications
Research publications in Algorithms Optimization and Machine Learning
Remonhasan/cses-problem-solution
cses problem set solution for competitive programming.