Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 571 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 571 Bytes

BK-tree

A Java BK-tree library.

BK-trees offer a simple index of elements in a metric space that allows for searching the tree for elements within a certain distance of the search query with sub-linear efficiency.

For example, a BK-tree with string elements and a metric like the Damerau–Levenshtein distance can serve as a fuzzy search index.