Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 432 Bytes

File metadata and controls

7 lines (5 loc) · 432 Bytes

Multithreading

Calculating the factorial of each element of an array using multithreading. Creating a threads for each elements in an array to get parallelism. I have also calculated the execution time taken by each thread as well as the whole program.


Here is a glimpse of output... image