https://github.com/sing1ee/autocomplete-java
auto-completion tools for java
https://github.com/sing1ee/autocomplete-java
Last synced: over 1 year ago
JSON representation
auto-completion tools for java
- Host: GitHub
- URL: https://github.com/sing1ee/autocomplete-java
- Owner: sing1ee
- License: gpl-2.0
- Created: 2015-03-04T08:51:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-05T06:36:14.000Z (over 11 years ago)
- Last Synced: 2025-03-24T04:43:32.954Z (over 1 year ago)
- Language: Java
- Size: 148 KB
- Stars: 11
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# autocomplete-java
auto-completion tools for java
#TODO
I will implement more algorithms for auto-completion:
1. ternary search tree----done
1. redis based
1. ...
#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.