Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 743 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 743 Bytes

ulam_spiral

A Ulam spiral visualization written in C using SDL

The Ulam spiral or prime spiral is a graphical depiction of the set of prime numbers, devised by mathematician Stanisław Ulam in 1963 and popularized in Martin Gardner's Mathematical Games column in Scientific American a short time later. It is constructed by writing the positive integers in a square spiral and specially marking the prime numbers., Wikipedia

Requirements

Install

git clone https://github.com/TrAyZeN/ulam_spiral.git
cd ulam_spiral
make

Usage

./ulamspiral

License

MIT TrAyZeN