sieve-of-atkin Questions
5
I don't know if this is possible or not, but I just gotta ask. My mathematical and algorithmic skills are kind of failing me here :P
The thing is I now have this class that generates prime numbers...
Huldahuldah asked 14/10, 2009 at 22:39
4
I have implemented the Sieve of Atkin and it works great up to primes nearing 100,000,000 or so. Beyond that, it breaks down because of memory problems.
In the algorithm, I want to replace the mem...
Tacket asked 21/8, 2015 at 4:38
5
Solved
I am doing a project at the moment and I need an efficient method for calculating prime numbers. I have used the sieve of Eratosthenes but, I have been searching around and have found that the siev...
Joost asked 21/6, 2009 at 12:13
6
Solved
I was wondering if someone here have a good implementation of the Sieve of Atkin that they would like to share.
I am trying to implement it, but can't quite wrap my head around it. Here is what I...
Tracey asked 14/10, 2009 at 21:31
2
Solved
I have been trying to learn algorithms for generating prime numbers and I came across Sieve of Atkin on Wikipedia. I understand almost all parts of the algorithm, except a few. Here are the questio...
Cirsoid asked 15/10, 2013 at 18:8
2
Solved
I am aware of the fact that the Sieve of Eratosthenes can be implemented so that it finds primes continuosly without an upper bound (the segmented sieve).
My question is, could the Sieve of Atkin/...
Adrial asked 3/5, 2012 at 10:43
1
Solved
I have read about Sieve of Atkin on Wikipedia but the wiki is limited at the moment. I was looking for an explanation of Sieve of Atkin at a high level and an example in Java.
Thanks.
Welby asked 14/5, 2012 at 8:53
1
© 2022 - 2024 — McMap. All rights reserved.