97varun / WordCompletion-Tries

A simple word completion program using tries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WordCompletion-Tries

A simple word completion program using tries.

RUN

make

./app.out

NCURSES

ncurses is required to run this.

Install ncurses:

sudo apt-get install libncurses-dev

Known issues

Using the mouse generates random characters in the window

The list of words is taken from here https://github.com/dwyl/english-words/blob/master/words_alpha.txt

About

A simple word completion program using tries.


Languages

Language:C++ 94.0%Language:Makefile 6.0%