Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prime-and-Multi-Threads

The project features an algorithm to search and verify the primality of numbers, displaying relevant information on the console, including a label for "compositeness."

It employs parallelization with careful synchronization and equal work distribution among threads. Additional functionalities, like time measurement, are incorporated, and the project follows object-oriented programming (OOP) principles.


Project Features:

  • Algorithm for searching prime numbers
  • Parallelization of the process with emphasis on synchronization and even distribution of work among threads
  • Printing information about primality, factors, and "compositeness" on the console
  • Additional functionalities, including time measurement
  • Implementation according to the principles of object-oriented programming (OOP)

Screenshot:

Beginning:

image

Calculating:

image

Displaying:

image

About

Exploring the Implementation of Multi-Threading concept.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages