amanmehara / programming

A polyglot collection of algorithms and code snippets.
Apache License 2.0
35 stars 95 forks source link

[Python] Sieve of Eratosthenes #214

Closed puneetgarg2601 closed 4 years ago

puneetgarg2601 commented 4 years ago

I have create program to find prime numbers using sieve of eratosthenes algorithm.