Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 626 Bytes

File metadata and controls

17 lines (13 loc) · 626 Bytes

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