Write a multi-threaded program searching for the prime numbers
in C Language
Requirements:
+Allow 5 threads to concurrently search the prime numbers between 1
- 50,000
+Each thread only needs to analyze 10,000 numbers
+Print the all prime numbers on the display with the main
thread
Is the run-time of a multi-threaded program faster than a
single-threaded program?
Write a multi-threaded program searching for the prime numbers in C Language Requirements: +Allow 5 threads to concurren
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am