summaryrefslogtreecommitdiffstats
path: root/tests/vptree_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* VPTree: changed Point format to a D-dimensional point.Douglas Rumbaugh2023-07-171-6/+6
|
* VPTree: use a secondary hash-table for point lookupsDouglas Rumbaugh2023-07-171-4/+2
|
* Initial commit of VPTree-related codeDouglas Rumbaugh2023-07-131-0/+162
Point lookups are currently broken; I suspect that there is something wrong with tree construction, although the quickselect implementation seems to be fine.