Skip to content

An implementation of the BK-tree data structure in Go.

License

Notifications You must be signed in to change notification settings

umahmood/bktree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

BK-Tree

An implementation of a BK-Tree data structure in Go. The code adds a dictionary of words (strings) into a BK-tree. And then allows you to search the tree, to find those that are most similar to a given query word.

Note: this is not a library but a full program which can be run using:

$ go run bktree.go

License

See the LICENSE file for license rights and limitations (MIT).

About

An implementation of the BK-tree data structure in Go.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages