1
0
www.mikescher.com/www/statics/programs/Sieb_des_Eratosthenes_description.md

3 lines
235 B
Markdown
Raw Normal View History

2018-02-03 16:50:58 +01:00
The [Sive of Ersathothenes](https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes) algorithm is a good way to get all prime numbers up to a specific limit.
2017-11-08 17:39:50 +01:00
This programm visualized the algorithm in an *hopefully* easy-to-understand way.