Various number theory related functions (prime checking, integer factorization, etc.)
-
Updated
Oct 25, 2025 - Rust
Various number theory related functions (prime checking, integer factorization, etc.)
A Python tool to analyze and compare the time and space complexity of prime-finding algorithms, including the Sieve of Eratosthenes and the Sieve of Atkin.
A Rust program that attempts to solve Goldbach's Conjecture, which states that every even integer greater than 2 can be expressed as the sum of two prime numbers.
My solutions to some Project Euler problems. Emphasis on elegance (where possible) and performance.
Prime Number Generator using PySpark
Prime sieve impementation.
Implementation of popular algorithms and data structures using .NET Core
Xojo Prime number generator with Atkin and Erastosthene sieve algorithm
C# : Nombres premiers avec crible d' Atkin et Eratosthène et test de primalité Miller Rabin ( C #: Prime numbers with Atkin and Eratosthenes sieve and Miller Rabin primality test )
An open source fault tree editor
Simple algorithms in c++
Add a description, image, and links to the sieve-of-atkin topic page so that developers can more easily learn about it.
To associate your repository with the sieve-of-atkin topic, visit your repo's landing page and select "manage topics."