Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Sieve of Eratosthenes in Python #2

Open
yashjakhotiya opened this issue Sep 30, 2019 · 1 comment
Open

Implement Sieve of Eratosthenes in Python #2

yashjakhotiya opened this issue Sep 30, 2019 · 1 comment
Labels
hacktoberfest Dedicated to hacktoberfest

Comments

@yashjakhotiya
Copy link
Collaborator

Given a number n as input, implement a program to print all primes less than n, using Sieve of Eratosthenes in Python

@yashjakhotiya yashjakhotiya added the hacktoberfest Dedicated to hacktoberfest label Sep 30, 2019
@Bevin7
Copy link
Contributor

Bevin7 commented Oct 4, 2019

Can i work on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Dedicated to hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants