cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Layman explaination of segmented sieve
Layman explaination of segmented sieve
Oct 27, 2018 at 8:42am UTC
closed account (
1vf9z8AR
)
Can someone explain in very simple language how segmented sieve is carried out for finding prime numbers in a given range?
Last edited on
Oct 27, 2018 at 8:42am UTC
Oct 27, 2018 at 11:34am UTC
closed account (
SECMoG1T
)
simple enough:
https://www.geeksforgeeks.org/segmented-sieve/
Oct 27, 2018 at 12:20pm UTC
Thomas1965
(4571)
Another good explanation from a SPOJ problem.
https://medium.com/@agilanbtdw/prime-number-generation-in-java-using-segmented-sieve-of-eratosthenes-187af1dcd051
Topic archived. No new replies allowed.