Skip to main content
Deno 2 is finally here 🎉️
Learn more

Sieve_of_Eratosthenes

A simple module to find all prime numbers below a certain given number. It is a implementation of the Sieve of Eratosthenes algorithm.

Functionality

Usage example