Skip to content
#

range-queries

Here are 12 public repositories matching this topic...

This repository contains clean and efficient solutions to the CSES Problem Set, implemented in C++. Great for practicing algorithms and preparing for competitive programming.

  • Updated Jul 7, 2025
  • C++

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.

  • Updated Dec 29, 2024
  • C++

Improve this page

Add a description, image, and links to the range-queries topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the range-queries topic, visit your repo's landing page and select "manage topics."

Learn more