manan025 / DS-Algo-Zone

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript and Kotlin.
MIT License
25 stars 78 forks source link

sieve of eratosthenes #172

Open Yash091 opened 3 years ago

Yash091 commented 3 years ago

🚀 Feature

Sieve of eratosthenes is the algorithm to find all the prime numbers less than or equal to a given integer n.

Have you read the Contribution Guidelines?

Yes

Pitch

Many companies focus on more advanced algorithms and sieve of eratosthenes is used frequently in many questions and is also an advanced algorithm.

Assignees

(Do not make changes in this section until asked to do so)
C - @gaurav1058 C# - @Osama-aj C++ - @Yash091 Go - @lucblassel Java - @sachin4627 Javascript -
Kotlin -
Python - @Noxbolt

Yash091 commented 3 years ago

@manan025 I want to contribute in it in C++.

manan025 commented 3 years ago

@Yash091 C++ assigned to you

tarunkrjaiswal commented 3 years ago

I want to work in Python

manan025 commented 3 years ago

@Noxbolt python assigned

lucblassel commented 3 years ago

Hi I would like to give the go version a try if possible

manan025 commented 3 years ago

@lucblassel - Go - Assigned

sachin4627 commented 3 years ago

@manan025 I would like to contribute in java. Could you please assign it to me. Thanks You!!

manan025 commented 3 years ago

@sachin4627 assigned Java

gaurav1058 commented 3 years ago

@manan025 i would like to contribute in c.

Osama-aj commented 3 years ago

@manan025 sorry, I am new and this is my first hacktoberfest, so I just need to create a console app that detect all the prime numbers less than or equal to a given integer n using Sieve of Eratosthenes? if that so, I want to contribute in C#

laxmipandey47 commented 3 years ago

@manan025 I want to contribute in C.

manan025 commented 3 years ago

@Osama-aj Yes Assigned C# to you

manan025 commented 3 years ago

@laxmipandey47 On the basis of first come, first serve, I'll have to give C to someone else.

manan025 commented 3 years ago

@gaurav1058 - C