-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mark Burhop edited this page Dec 26, 2019
·
12 revisions
Prime numbers are something cool if you like mathematics. I started playing with them in 10th grade high school. So, I'm going to start with the basics in case any bright teenagers are reading. If you have a PhD in mathematics, you might want to jump ahead:
- Give me the program to find prime numbers.
- Tell me about the code.Tell me about the code. I want to use/improve/hack it.
- Lets do some art or other fun things with primes.
- What other cool work is out there (References and links).
Still here? Good. Lets start with the basics. This is a good video on what prime numbers and followed by an explanation of the Sieve of Eratosthenes. It is the algorithm used in this code:
Mark Burhop 2019