Skip to content

Demonstration of Maximum Execution Time of a Thread vs Total Execution Time of a Program

Notifications You must be signed in to change notification settings

official-ajeet/MultiThreading---execution-time-of-a-thread-vs-program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

Demonstration of Maximum Execution Time of a Thread vs Total Execution Time of a Program

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages