Skip to content

SelfMade73/PrimesContainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrimesContainer

1 is not prime!

Build

application:
make -f Makefile-1
unitTests
make -f Makefile-2

Run

Start with default settings:
./PrimeContainerApp
Start tests:
./TestApp

Settings flags

-q [value] using container by quantity of primes
-m [value] using container with upper bound
-f [filepath] output file
-s outputs only super-primes numbers
-j outputs only Sophie Germain primes

Default settings are equal to this flag set: -m 100

Flag sets examples

./PrimeContainerApp ./PrimeContainerApp -m 1000 -f test.txt
./PrimeContainerApp -q 1000 -f test.txt -s

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages