项目作者: shreyavshetty

项目描述 :
Implementation of autocompletion feature using Ternary trees
高级语言: C
项目地址: git://github.com/shreyavshetty/AutoSuggest.git
创建时间: 2016-11-03T17:15:02Z
项目社区:https://github.com/shreyavshetty/AutoSuggest

开源协议:

下载


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

  • ./a.out

In-order to avoide compilation, execute the binary file directly - ./autosuggest