Skip to content

97varun/WordCompletion-Tries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published