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.
java immutable nearest-neighbor-search insertion-sort symbol-table range-search 2d-points search-and-replace 2d-tree level-order-traversal time-complexity-analysis
-
Updated
Jun 14, 2022 - Java