Ayush7614 / Daily-Coding-DS-ALGO-Practice

A open source project🚀 for bringing all interview💥💥 and competative📘 programming💥💥 question under one repo📐📐
https://daily-ds-algo.github.io/DS-Algo-Website/
MIT License
322 stars 474 forks source link

Sieve of Eratorthenes Algorithm problem-GFG #1560

Closed Suryadipsinh closed 3 years ago

Suryadipsinh commented 3 years ago

Problem : Find number of prime numbers less than given number using Sieve of Eratorthenes Algorithm. Source: GFG

Language : C

I would like to add more efficient solution using Sieve of Eratorthenes Algorithm in C++ language.

Thank you.

KarthikTadala commented 3 years ago

Im preparing for my coding interviews and it would really help me if you assign this question to me Kindly assign me this I have immense interest in codin

Ayush7614 commented 3 years ago

Im preparing for my coding interviews and it would really help me if you assign this question to me Kindly assign me this I have immense interest in codin

You can do in which langauge

viki4545 commented 3 years ago

Hey @Ayush7614 can i solve this issue using java would you like to assign me

KarthikTadala commented 3 years ago

I would like to do in Java

siddhi-244 commented 3 years ago

Can I try in python ?