frgauthi/CS2010Assign2
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Author: Frankie Gauthier CS3790 Assignment 2 -This program is intended to receive a file as input and output the unique words as well as their frequency. -The dictionary is set up to hold 20 words and the data file has more than 20 unique words to demonstrate the dictionary's limit. -Type "make" in the command line in the CS3790Assign2 directory to compile and link the program. -Type ./dictionary < data.dat where "data.dat" is the name of the file you wish to process or just use data.dat to run the program on the example file. -To clone this repository type: "git clone https://github.com/frgauthi/CS3790Assign2.git"