Mon Jun 3 18:17:50 PDT 1996
Class Sieve
Class Sieve
java.lang.Object
|
+----Sieve
- public class Sieve
- extends Object
Hoare's Version of Eratosthenes's sieve
Constructor Index
-
Sieve()
-
Method Index
-
main(String[])
- Prints out primes from 2 to 100
Constructors
Sieve
public Sieve()
Methods
main
public static void main(String argv[])
- Prints out primes from 2 to 100