range-query
There are 40 repositories under range-query topic.
jnidzwetzki/bboxdb
BBoxDB is a scalable, highly available, and distributed data store for multi-dimensional big data. The software supports operations like multi-dimensional range queries and spatial joins. In addition, data streams are supported.
crazychicken/t-datepicker
Date range picker, two-pane calendar with custom rendering and multiple selection. The tDatepicker more than 35 pretty options and many methods help you change date, getDate, update when you need.
arl/golq
:satellite: 2D locality queries in Go
UnixJunkie/bisec-tree
Bisector tree implementation in OCaml
kirillkh/rs_teardown_tree
A BST (binary search tree) that supports fast clone, query and delete-range operations
ZJU-DAILY/PSAMS
Source code for Pivot Selection Algorithms in Metric Spaces: An Experimental Evaluation. VLDBJ 2021.
ByJuanDiego/b-plus-tree
Memory-resident B+ tree implementation, supporting insertion, key based search, bound based search and range search operations.
mihail-m/CP-implementations
This project contains implementation and explanations of some data structures and algorithms.
andy-goryachev/SecDB
Encrypted Key-Value Store
ucrparlay/Pkd-tree
[SIGMOD' 25] A fast parallel kd-tree implementation
martin-sucha/zipserve
Assemble virtual zip files and serve them over HTTP in Golang
DoanTrungHuy/exercises-and-solutions-to-algorithmic-problems
Accepted solutions, doing topics on: Introductory Problems, Sorting and Searching, Dynamic Programming, Graph Algorithms, Range Queries, Tree Algorithms, Mathematics, String Algorithms, Geometry.
mogarg/LockFreeSkiplist
Thread safe range queries with an unbounded (lock-free) Skip list
chuanconggao/RangeMinQuery
Implementation in Python for Range Minimum Query Problem.
cmpute/storage-spatial-index-benchmark
Benchmark for spatial index libraries with file storage
danyalmck/RangeTree
Java Implementation of 2D Range Tree
deepakkasera/RangeQueryOptimization
This repository contains the code of segment tree with lazy propogation to ans and update range queries in O(log(n)) time.
echoSTROMLOS/CSES-SOLVE-CPP
My C++ Solutions for Classic CSES Problems
falcao-g/trabalho-ed-2
Programa em C capaz de realizar range queries nas cidades brasileiras
justin-marian/avl-treemap
AVL Tree with duplicate node handling, key-value dictionary, range queries, and Vigenère cipher encryption.
oscarburga/cses-solutions
My solutions to CSES problemset. I will probably (not) solve the remaining problems/categories.
souraavv/CSES
Interesting problems for understanding basics.
AheadStudio/smartrange
Range slider plugin with smart
antoniopenta/farnese
FARNESE (FlAsk RaNge quEry SErvice) : a REST service in Flask (Python) able to retrieve Point Of Interest (PoI) from PostGiS using spatial range queries
gz101/snarfpp
This repository contains the implementation code for my personal study of the "Sparse Numerical Array-Based Range Filters" (SNARF) data structure by exploring the integration of various non-linear kernel functions.
Henrik-Peters/Multi-Level-Segment-Tree
Generic multi-dimensional segment tree implementation for range queries
jyuv/segment-tree
A generic python3 implementation of segment tree and dual segment tree data structures. Supporting generic inputs and non-commutative functions.
rahulsinha2911/algorithms
various algorithm's code for efficient computations
valginer0/exotic-structures
Useful datastructures not present in standard Python libraries
0x0584/kd-trees
Nearest Neighbor and Range Queries using 2d-trees.
eyasir329/CP_Archive
A collection of essential algorithms, data structures, and mathematical utilities for competitive programming.
gari3008ma/Novice-Guide-to-competitive-coding
A collection of my implementations and Personal Experiences
kgzach/MultiDimensional-Data-Structure
MultiDimensional Data Structures Project
mansi-k/BplusTree_rangeQ
Implemented B+ Tree for executing range queries on large SQL records