Jump to content

Category:Action! Sieve of Eratosthenes: Difference between revisions

m
(Created page with "== Sieve of Eratosthenes == The following module marks prime numbers using Sieve of Eratosthenes algorithm. <lang Action!>MODULE PROC Sieve(BYTE ARRAY primes INT count) C...")
 
Line 1:
== Sieve of Eratosthenes ==
 
=== SIEVE.ACT ===
 
The following module marks prime numbers using Sieve of Eratosthenes algorithm.
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.