java-parallelism-examples/Primes
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Primes Computation ------------------ This application computes a set of all primes smaller than a given n. The algorithm is naive, checking for each number whether it divides with 2 or odd numbers smaller then it.