auto-completion tools for java
#TODO I will implement more algorithms for auto-completion:
- ternary search tree----done
- redis based
- ...
#Usage You can use KeywordsAutoComplete.java directly, or build your own service by using TernarySearchTree.java.
#NOTE I hope more and more commiters will implement more efficient algorithms.