tiagooleite/CollatzParallel
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Project of the discipline fundamentals of concurrent programming
If you want just run this project, download the .jar located in the target file and rum with this parameters:
{number of threads}
{number of repetitions}
{maximum serie size}
Example:
In the console, do it:
java -jar collatzparallel.jar 2 500 10000