jeffberube/dictionary
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
@Author: Jeff Berube @ID: 4356171 @Title: Dictionary (Assignment #1 - CS2010) @Description: Takes file input and output unique word frequency in 3 different layouts @Compile: To compile, type make inside program directory. @How to use: To use, type ./dictionary < FILENAME inside program directory where filename is the name of the file you want to index in the dictionary. @Git: To clone into directory, type git clone https://github.com/jeffberube/dictionary.git inside directory.