linear_sieve
Generate prime numbers up to a specified limit using the Sieve of Euler algorithm, marking each composite number exactly once for efficient computation.
Instructions
Linear time sieve (Sieve of Euler) - each composite marked exactly once. (Domain: arithmetic, Category: sieve_algorithms)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes |