Lucaweihs / range-tree
A C++ RangeTree implementation.
☆40Updated 4 years ago
Alternatives and similar repositories for range-tree:
Users that are interested in range-tree are comparing it to the libraries listed below
- C++ Implementation of Visvalingam's algorithm (also known as Visvalingam Whyatt algorithm)☆33Updated 4 years ago
- Tiny 2D Geometry Library☆28Updated 6 years ago
- Some C++ libraries I implemented☆15Updated 6 years ago
- C++ fast hierarchical clustering algorithms☆84Updated last year
- ☆10Updated 4 years ago
- Lock-free parallel disjoint set data structure (aka UNION-FIND) with path compression and union by rank☆63Updated 9 years ago
- Very simple C++ directed graph library☆76Updated 2 years ago
- A tiny least squares solver targeting extreme performance on repeated minimizations☆44Updated 9 years ago
- Experimental ranges for CUDA☆25Updated 5 years ago
- a dynamic 2d space partitioning tree☆22Updated 3 years ago
- C++ STL-like Fibonacci heap and queue for fast priority queues with mutable keys.☆66Updated 2 years ago
- C++ utility for parsing/evaluating matrix math equations input at run time in a format similar to MATLAB (requires Eigen for matrix math)…☆66Updated 5 years ago
- DiFi++ is a header-only c++ linear time-invariant Digital Filter library☆20Updated 3 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆124Updated last year
- A well-documented C++ implementation of the cover tree datastructure for quick k-nearest-neighbor search. Allows single-point insertion a…☆60Updated 6 years ago
- a simple c++ template quadtree class, header only, use it as STL☆17Updated 9 years ago
- a minimal C++ interval tree implementation☆228Updated 3 years ago
- A fast and flexible c++ template class for tree data structures☆97Updated 2 years ago
- Visual Computing Library☆20Updated last month
- A N-Dimensional Renderer☆12Updated 6 years ago
- Library for performing spectral clustering in C++☆76Updated last year
- C++ library for solving graph matching problems using Factorized Graph Matching☆14Updated 8 years ago
- Light C++11 graph library☆12Updated 3 years ago
- C++11 Camera Models Classes.☆35Updated 6 years ago
- libkdtree++ is an STL-like C++ template container implementation of k-dimensional space sorting, using a kd-tree. It sports a theoretical…☆63Updated 4 months ago
- a CUDA implementation of a priority queue☆83Updated 4 years ago
- C++ headers for mapping values to colors and creating PPM images from them☆60Updated 2 years ago
- Header-only skip list library for modern C++ (C++17/C++20)☆13Updated 2 years ago
- A C++ implementation of "A Fast Voxel Traversal Algorithm for Ray Tracing" (John Amanatides, Andrew Woo). Works with any ray direction. M…☆19Updated 4 years ago