Skip to content

Basic Python implementation of the Sieve of Eratosthenes to compute prime values.

Notifications You must be signed in to change notification settings

razr22/SimplePrimeCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Simple Prime Calculator (Python)

Basic Python implementation of the Sieve of Eratosthenes to search for and compute prime values.

Either generates all prime values in given search space or references whether given input is prime.

USAGE: python get_primes.py

--- Selection Menu ---  
(1) Compute primes in specified search space  
(2) Check if number is prime  
Enter Selection (1 or 2):

About

Basic Python implementation of the Sieve of Eratosthenes to compute prime values.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages