Skip to content

This code implements a basic version of the autofill feature from a txt file as reference Using the Trie data structure

License

Notifications You must be signed in to change notification settings

Ayushkuruvilla/Autofill-using-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autofill-using-C

This code implements a basic version of the autofill feature from a txt file as reference Using the Trie data structure
Created in a Linux system
-To run,Follow these instructions
//Check if system is up to date by running
sudo apt-get upgrade
//and
sudo apt-get update
//Give access to folder so as to exexute the makefile by running
chmod -R 777 Autofill-using-C
//Run the makefile using this command
make -f make.mk
//Run the output a file with this command
./a

About

This code implements a basic version of the autofill feature from a txt file as reference Using the Trie data structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published