2016-02-23 15:55:26 +01:00
|
|
|
title: Sieve of Eratosthenes
|
|
|
|
url: http://en.wikipedia.org/wiki/Sieve_of_Eratosthenes
|
|
|
|
|
2025-06-17 13:21:13 +00:00
|
|
|
desc: Generate primes from 2 to 100
|
2016-02-23 15:55:26 +01:00
|
|
|
solution: Do i need to say more
|
|
|
|
|
|
|
|
solutions:
|
|
|
|
solve.c:
|
|
|
|
desc: ANSI C solution (Tested with TCC)
|
|
|
|
language: c
|