asmaurya95 / Autocomplete

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autocomplete

Autocomplete is a CLI based word completion tool.

Features

  • Built in C++
  • Used a dictionary containing 62995 english words
  • Used Tries as the underlying data structure for efficient prefix matching

Development

The software is currently under development. Since this is a learning exercise, features such as GUI, support for a larger set of words have been left out.