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

Add Sieve of Eratosthenes #96

Open
vstrimaitis opened this issue Oct 1, 2017 · 12 comments
Open

Add Sieve of Eratosthenes #96

vstrimaitis opened this issue Oct 1, 2017 · 12 comments
Labels
add code Hacktoberfest new algorithm For issues pertaining to the creation of new algorithms

Comments

@vstrimaitis
Copy link
Contributor

Add the code for the sieve of Eratosthenes algorithm.
The code should be placed under /code/mathematical-algorithms/sieve_of_eratosthenes.

@vstrimaitis
Copy link
Contributor Author

Added the first implementation in C++: #91

@aruna09
Copy link
Contributor

aruna09 commented Oct 1, 2017

Can I work on the java version for this??

@AdiChat
Copy link
Member

AdiChat commented Oct 1, 2017

Sure. Go ahead.

Contribution guidelines

@philipyoo
Copy link
Contributor

Added a Javascript implementation here: #117

@Jecoms
Copy link
Contributor

Jecoms commented Oct 2, 2017

I'll add a C# version.

@druzmieres
Copy link
Contributor

druzmieres commented Oct 2, 2017

I can work on the Go version of this.
Done: #124

@aruna09
Copy link
Contributor

aruna09 commented Oct 2, 2017

added the java version #153

@setupminimal
Copy link
Contributor

I'd like to add a Haskell version when I get home tonight.

@AdiChat
Copy link
Member

AdiChat commented Oct 2, 2017

Sure @setupminimal 👍

@setupminimal
Copy link
Contributor

setupminimal commented Oct 2, 2017

Added in #193 # 213.

@qoo2p5
Copy link
Contributor

qoo2p5 commented Oct 4, 2017

Added a C++ implementation of a linear sieve: #414.

@arnavb arnavb added the new algorithm For issues pertaining to the creation of new algorithms label Feb 25, 2019
@abhijeet010304
Copy link
Contributor

I would like to work on it in C++ and pyhton please assign it to me as a part of GSSoC 20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add code Hacktoberfest new algorithm For issues pertaining to the creation of new algorithms
Projects
None yet
Development

No branches or pull requests

10 participants