6 results for “topic:2d-tree”
2D Spatial Tree with Query Search
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.
2d tree for efficient range search and nearest point wuery
🍕 our Project in DS (Data Structure) with C++ Programming Language.
storing and processing Pittsburgh 1990s Crime Data using a 2D tree
Self-balancing 2D Interval Tree using an augmented AVL Tree for efficient 2D rectangle queries for overlapping regions, with optional visualization of the tree and intervals.