Class BKTree
java.lang.Object
com.csse3200.game.ui.terminal.autocomplete.BKTree
Micro BK-tree for fuzzy lookup (Levenshtein distance).
Intended for threshold 1. Returns up to K results in lexicographic order.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BKTree
public BKTree()
-
-
Method Details
-
insert
-
searchWithin
-