In this assignment we create a HashTable to store the entry UINS from students taken from a excel .csv file. Then we use the HashTable to search for specific UINs and enter their corresponding grade values. The output of this program is a final csv file that contains the quiz values for those students that completed the quiz and submitted their score. I also included some statistics for the table that include the minimum, maximum and average length of the linkedlists within the HashTable.
Problem 1
- Describe the Data Stucture and algorithms used by your program?
- Describe the input and output data and any restrictions
- Have you tested your program for corrections?
- Which C++ fueatures or STL classes did you implement
- e) Provide statistics about the hast table
Reviews
There are no reviews yet.