HarshCasper / NeoAlgo

Bringing all Data Structures and Algorithms under one Roof ⚡
MIT License
875 stars 1.05k forks source link

Sieve of Eratosthenes #1774

Closed Khimit closed 3 years ago

Khimit commented 3 years ago

@iamrajiv @SKAUL05 @hushee69 @mechiragjain

Sieve of Eratosthenes:

Sieve of Eratosthenes is an efficient algorithm for finding all the prime numbers in a given set of interval.

We can add this algorithm in C++ , Java , Python folders.

I want to implement this algorithm in these languages.

Khimit commented 3 years ago

@iamrajiv @SKAUL05 @hushee69 @mechiragjain I would like to work on this. please assign this task to me.. thank you..

And please also add DWoC label to this...

pranjalshinde commented 3 years ago

@iamrajiv @SKAUL05 @hushee69 @mechiragjain I would like to work in Java under DWOC please assign

shraddhavp commented 3 years ago

@Khimit assigned

shraddhavp commented 3 years ago

@iamrajiv @SKAUL05 @hushee69 @mechiragjain I would like to work in Java under DWOC please assign

as the issue was first created by @Khimit so assigning it ,do check out other issues @pranjalshinde

iamrajiv commented 3 years ago

@Khimit Sieve of Eratosthenes is already implemented in C++, Java and Python.

Khimit commented 3 years ago

ohk.. so i am closing this issue now... thanks