An interactive p5.js implementation of the Ulam Spiral, featuring adjustable grid size, animation controls, and the ability to search for diagonal prime number patterns in the spiral.
Published: May 17, 2018
| Last Modified: May 13, 2025A C++ program that efficiently checks for prime numbers using optimized division tests and square root-based factorization.
Published: March 24, 2018
| Last Modified: May 13, 2025An x86 MASM implementation of the Sieve of Eratosthenes algorithm that finds and counts prime numbers up to a given value n, translated from Java to assembly language.
Published: October 17, 2017
| Last Modified: May 13, 2025