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.
- 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)
Beginning:
Calculating:
Displaying:


