Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 388 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 388 Bytes

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