Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 361 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 361 Bytes

autocomplete-java

auto-completion tools for java

#TODO I will implement more algorithms for auto-completion:

  1. ternary search tree----done
  2. redis based
  3. ...

#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.