pybktree icon indicating copy to clipboard operation
pybktree copied to clipboard

Python BK-tree data structure to allow fast querying of "close" matches

Results 1 pybktree issues
Sort by recently updated
recently updated
newest added

There's no check whether an item already exists in the tree, leading to unnecessarily deep trees, this should fix that issue.