close
The Wayback Machine - https://web.archive.org/web/20201020011107/https://github.com/97varun/WordCompletion-Tries
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
out
 
 
src
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.