Programming Languages (CSC 344) Project 1
Give a directory on your machine when prompted
Enter a directory: >
The program will pull all files from that directory and place each file into a Trie data structure.
- ls - prints all files in the directory
- cd - to change the directory
- {file prefix} - prints all the files with the user entered prefix
> test
test1.c test2.py test3.java