HW3 Nicholas Pease Files pease-hw3.c - Source file for homework README - README file for assignment Deliverables-Pease.pdf - PDF deliverables of assignment Deliverables-Pease.docx - docx deliverables of assignment Compilation Compilation of this program is done using gcc with the -lpthread flag. gcc pease-hw3.c -lpthread Execution To execute the program, provide a number of threads to execute with as the first parameter i.e ./a.out 16 for 16 thread execution