eratosthenes: Implementation of the Sieve of Eratosthenes
This adds a new "eratosthenes" module which implements the standard
Sieve of Eratosthenes algorithm for locating small prime numbers.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Showing
ccan/eratosthenes/LICENSE
0 → 120000
ccan/eratosthenes/_info
0 → 100644
ccan/eratosthenes/test/run.c
0 → 100644
Please register or sign in to comment