Skip to content

Latest commit

 

History

History
 
 

solution_1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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