k-dimensional
There are 8 repositories under k-dimensional topic.
mrhooray/kdtree-rs
K-dimensional tree in Rust for fast geospatial indexing and lookup
AndrewB330/EuclideanMST
Implementations of different algorithms for building Euclidean minimum spanning tree in k-dimensional space.
geocrystal/kd_tree
Crystal implementation of "K-Dimensional Tree" and "N-Nearest Neighbors"
AndrewB330/VoronoiX2
VoronoiX (or VX) - C++ library, with JS interface on top of it, that allows to work with different data structures and algorithms related to Voronoi diagram, Delaunay triangulation and other geometric structures.
livvv2k/kdtree_js
An implementation of a KD-Tree in vanilla JavaScript
Samuel-Sorial/Data-Structures-CS61B
My solutions to CS61B taught by Josh Hug at Berkely spring 2019.
sumitankitg130/Nearest-City-in-android-using-k-d-trees
Finding nearest city to a position in android using k-d trees
antononcube/Raku-Algorithm-KDimensionalTree
Raku package with implementations of the K-Dimensional Tree (KDTree) algorithm.