Evaluation: 14/15 points
This is a C implementation of a hash table data structure. It provides efficient key-value pair storage and retrieval using a hash function and an array.
To compile the program, use the following command:
$ makeTo run the program that is using static libraries:
$ ./wordcount <input>To run the program that is using static libraries:
$ ./wordcount-dynamic <input>where input is stdin or file
To run the program:
$ ./tail <input>where input is stdin or file