The goal for this lab is to complete a multithreaded solution to the problem given in Program 4.
Perhaps the simplest solution is to create a set of threads, one for each input file, with each thread analyzing its own file. Have the main thread use pthread_join to wait for the other threads to finish. When the threads complete, then have the main thread combine the results into a single answer.
Points will be awarded in the following way:
Turn in this laboratory by typing:
% ~cs520/bin/submit lab9 prog4.c
Submissions can be checked by typing:
% ~cs520/bin/scheck lab9
Remember that there are no late submissions of labs. Submit what you have prior to 8am on Saturday April 6.
Comments and questions should be directed to hatcher@unh.edu