Jump to content

Sieve of Eratosthenes: Difference between revisions

Line 17,613:
===Odds-only bit packed version===
{{trans|BCPL}}
Includes the iterator, as inwith the BCPL Odds-only bit packed sieve. Since it's not much extra code, the sieve object also includes methods for getting the size and testing for membership.
<lang Zig>
const std = @import("std");
357

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.