nitlang / nit

Nit language
http://nitlanguage.org
Apache License 2.0
239 stars 65 forks source link

lib/trees: introduce BKTree #2718

Closed Morriar closed 6 years ago

Morriar commented 6 years ago

This PR introduces a new kind of tree: the BKTree.

This data structure can be used to speed-up the comparison of a string and a collection of strings with Levenshtein distance.

See https://dl.acm.org/citation.cfm?id=362003.362025 for more details.

Morriar commented 6 years ago

test this please