Skip to content

sk-scd91/BKTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BKTree

A BK-tree library in Java that implements Set.

A BK-tree is a search tree that is optimized for nearest neighbor searches with O(log N) time complexity through a metric space. The edges of the tree are indexed by the distance between the parent and the child, based on a distance function, also known as a metric.

Also included are implementations of the Levenshtein distance function and Hamming distance function.

Inspired by the post by Michele Lacchia. Licensed under the MIT License.

About

A small, quick BK-tree implementation in Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages