sukritishah15 / DS-Algo-Point

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript, PHP, Kotlin and Scala
MIT License
953 stars 293 forks source link

Sieve of Eratosthenes #842

Open ishaan49k opened 1 year ago

ishaan49k commented 1 year ago

🚀 Feature

I would like to explain the concept of Sieve of Eratosthenes along with code in C++.

Have you read the Contribution Guidelines?

Yes

Pitch

It is a very important topic for competitive programming. It is used in a variety of problems to reduce the time complexity. I would not only explain the concept but also code it out and explain it.

Assignees - @ishaan49k - C++ @rakshitgupta23 - Java

rakshitgupta23 commented 1 year ago

@sukritishah15 @ishaan49k Can you please assign this to me in java or C?

sukritishah15 commented 1 year ago

@ishaan49k - Assigned in C++ @rakshitgupta23 - Assigned in Java