DocBook icon indicating copy to clipboard operation
DocBook copied to clipboard

sieve of Eratosthenes Algorithm

Open Shubh08am opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe.

I would like to add sieve of Eratosthenes Algorithm which is the most efficient ways to find all primes .

Describe the solution you'd like.

Using, concept of factors , hashing to print prime numbers.

Describe alternatives you've considered.

We can use frequency vector in place of hashing.

Add any other context or screenshots about the feature request here.

No response

Shubh08am avatar Jan 05 '23 19:01 Shubh08am

@Sulagna-Dutta-Roy Can you assign me the work will be implementing in python.

sitamgithub-MSIT avatar Mar 09 '23 06:03 sitamgithub-MSIT