range-search
There are 16 repositories under range-search topic.
KristofferC/NearestNeighbors.jl
High performance nearest neighbor data structures (KDTree and BallTree) and algorithms for Julia.
attcs/Octree
Octree/Quadtree/N-dimensional linear tree
atksh/python_prtree
A Python implementation of Priority R-Tree, an alternative to RTree.
ByJuanDiego/b-plus-tree
Memory-resident B+ tree implementation, supporting insertion, key based search, bound based search and range search operations.
zsz00/Faiss.jl
Julia wrapper around the Faiss library for similarity search with PythonCall.jl
AnshPrakash/R-Tree
On-Disk Implementation of R-Tree with Insertion and Bulk Load. This data structure efficiently stores and retrieve multi-dimensional data, very similar to B+ Tree where data is 1D though.
morkev/kd-trees
Create a symbol table data type whose keys are two-dimensional points. Use a 2d-tree to support efficient range search and nearest neighbor search.
anathomasity/angularjs-query-by-range-of-miles
AngularJS functionality to query the server for events either from the user's current location using HTML5 Geolocation or the user's city preference's coordinates. Remove event if the distance between it and the user's location is bigger than the specified range of miles.
anirajk/masters-thesis
Master's thesis titled "MAKING LARGE TRANSFERS FAST FOR IN-MEMORY DATABASES IN MODERN NETWORKS". Style files forked off from the sample thesis from @fishcorn. To compile go to "thesis" folder and run `make`.
giannhskp/Software-Development-for-Algorithmic-Problems_Project-1
Neighbor Search and Clustering for Vectors using Locality-sensitive hashing and Randomized Projection to Hypercube
m31coding/M31.BinarySearchTrees
A generic binary search tree implementation in C# featuring tree traversals, range search and rebalancing.
Sitaras/Software-Development-for-Algorithmic-Problems_Project-1
Vectors - Nearest neighbor search and Clustering using LSH, Hypercube (and Lloyd's only at the clustering) algorithms with L2 metric.
artembrdn/oracle-rossvyaz-numbering-plan
📝 Inserting numbering plan data from the site https://rossvyaz.gov.ru/ in the Oracle database and a quick search in the inserted data
puneetRajRaipuria/interviewbit
my solution to interview bit problem
VasiaKoum/Search-and-Clustering-for-Vectors
Search and clustering vectors in C++
mansi-k/BplusTree_rangeQ
Implemented B+ Tree for executing range queries on large SQL records