Skip to content

aaaandrea/bktree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BK Tree

BK implementation taken from here. Using a basic Levenshtein Distance calculation.

To build:

# clone BKTree and build it
$ git clone https://github.com/aaaandrea/bktree.git
$ cd bktree
$ make

To query: eg. query a structure built with a file titles us-address-words.txt

$ query.o us-address

About

BK Tree implementation in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published