项目作者: shreyavshetty
项目描述 :
Implementation of autocompletion feature using Ternary trees
高级语言: C
项目地址: git://github.com/shreyavshetty/AutoSuggest.git
Implementation of auto-suggestion feature in C using Ternary trees
Repo Content Details:
- Datasets
- words_list.txt - Contains 198,341 words from English Dictionary
- header_autosuggest.h - contains inclusion of header files,definition of constants and functions
- interface_autosuggest.c - contains the driver function
- implementation_autosuggest.c - contains functions used for implementation of auto-suggest feature
- autosuggest - binary excutable file
Compilation
- gcc interface_autosuggest.c
Execution
In-order to avoide compilation, execute the binary file directly - ./autosuggest