range-search

There are 19 repositories under range-search topic.

  • KristofferC/NearestNeighbors.jl

    High performance nearest neighbor data structures (KDTree and BallTree) and algorithms for Julia.

    Language:Julia445149569
  • attcs/Octree

    Octree/Quadtree/N-dimensional linear tree

    Language:C++18153323
  • habedi/spart

    A collection of space partitioning trees for Rust 🦀 with Python bindings 🐍

    Language:Rust74144
  • atksh/python_prtree

    A Python implementation of Priority R-Tree, an alternative to RTree.

    Language:C++23182
  • ByJuanDiego/b-plus-tree

    Memory-resident B+ tree implementation, supporting insertion, key based search, bound based search and range search operations.

    Language:C++7100
  • zsz00/Faiss.jl

    Julia wrapper around the Faiss library for similarity search with PythonCall.jl

    Language:Julia5253
  • 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.

    Language:C++2100
  • 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.

    Language:Java2200
  • 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.

    Language:JavaScript1100
  • 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`.

    Language:TeX1200
  • giannhskp/Software-Development-for-Algorithmic-Problems_Project-1

    Neighbor Search and Clustering for Vectors using Locality-sensitive hashing and Randomized Projection to Hypercube

    Language:C1000
  • m31coding/M31.BinarySearchTrees

    A generic binary search tree implementation in C# featuring tree traversals, range search and rebalancing.

    Language:C#1200
  • 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.

    Language:C1101
  • 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

    Language:PLSQL0100
  • Nikos25K/Computational-Geometry

    📐 This project implements various computational geometry algorithms, focusing on convex hulls, linear programming, Delaunay triangulation, and geometric search. The code is organized into multiple modules, each solving specific geometry-related problems and demonstrating core computational methods.

    Language:Python0100
  • puneetRajRaipuria/interviewbit

    my solution to interview bit problem

  • Search-and-Clustering-for-Vectors

    VasiaKoum/Search-and-Clustering-for-Vectors

    Search and clustering vectors in C++

    Language:C++0100
  • ewdlop/SQLNotes

    database design + database implemntaiton too;Bases de Datos Relacionales

    Language:Jupyter Notebook
  • mansi-k/BplusTree_rangeQ

    Implemented B+ Tree for executing range queries on large SQL records

    Language:C++10