Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 512 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 512 Bytes

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