Skip to content

Implementation of autocompletion feature using Ternary trees

Notifications You must be signed in to change notification settings

shreyavshetty/AutoSuggest

Repository files navigation

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

About

Implementation of autocompletion feature using Ternary trees

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages