Skip to content

rvisharma/Prime-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 3

By - Ravi R Sharma rvisharma91@gmail.com

Prime-Number-Finder-using-Sieve-of-Eratosthenes

Finds Prime Numbers using Sieve of Eratosthenes Algorithm

This Program gives you the prime number upto N Integers, Sieve of Eratosthenes Algorithm is used to determine the Prime Number

To find the Prime Number, in the console Shell call the prime_finder(N) function, prime number will be given upto N integer.

At first you will be prompted with an input, after that you can call it using function prime_finder(n)

example call:

prime_finder(10)

#output [2,3,5,7]

(Int) -> (list)

About

Prime Number finder using Sieve of Eratosthenes Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages