Sieve Prime Generator

Hello!

To view this page you need Microsoft Silverlight 3 plug-in.
Silverlight will enable your browser to understand complex Rich Internet Applications.
After installing (~10 seconds), you will be able to view and execute live algorithms.

Click here to download the plugin directly from Microsoft (4 MB)
If you want to learn more about MS Silverlight, take a look at this Wikipedia article.
Output
type in the input above and click 'Execute'
the result will be outputted here
Related Algorithms
Discussion
0
no comments yet
login to leave a comment
Version 1
Version 1 by ANaimi
+2
Sieve is a simple, ancient algorithm for finding all prime numbers up to a specified integer. It works efficiently for the smaller primes (below 10 million).

Complexity: O((nlogn)(loglogn))
Memory Requirement: O(n)

See http://en.wikipedia.org/wiki/Sieve_of_Eratosthenes
By ANaimi
12 months and 3 weeks ago
up down

implementations

one version available

rated by

2 users - list?

viewed by

14 users - list?

favorited by

0 users - list?

last activity

12 months and 2 weeks ago