Skip to content

Files

Latest commit

c4734f8 · Aug 5, 2021

History

History

solution_1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 5, 2021
Aug 5, 2021
Aug 5, 2021

Groovy solution by mmcdon20

Algorithm Faithfulness Parallelism Bit count

A faithful implementation of the prime sieve algorithm in the groovy language.

Run instructions

To run the solution using Docker, run the following command:

docker build -t primes-groovy .
docker run --rm -it primes-groovy

To run the solution using groovy, run the following command:

groovy PrimeGroovy.groovy

Output

mmcdon20_groovy;213;5.003000;1;algorithm=base,faithful=yes,bits=1