bk_tree 0.1.0 copy "bk_tree: ^0.1.0" to clipboard
bk_tree: ^0.1.0 copied to clipboard

A Dart BK-Tree implementation using Hamming distance.

0.1.0 #

  • Initial implementation of BK-Tree data structure with:
    • Node-based tree construction (BKTreeNode)
    • Configurable distance metric support
    • Nearest neighbor search with tolerance
    • Bulk insertion of hash values
    • Verbose logging capabilities
  • Core features:
    • Efficient Hamming distance comparisons
    • Parent-child node relationships
    • Testable internal structure exposure
    • Thread-safe candidate management
2
likes
0
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart BK-Tree implementation using Hamming distance.

Repository (GitHub)
View/report issues

Topics

#data-structures #dart

License

unknown (license)

Dependencies

logging, meta, path

More

Packages that depend on bk_tree