DocBook
DocBook copied to clipboard
sieve of Eratosthenes Algorithm
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
@Sulagna-Dutta-Roy Can you assign me the work will be implementing in python.