1
0

programs_view

This commit is contained in:
2018-01-20 03:05:15 +01:00
parent 40ca6e8d96
commit b241500129
58 changed files with 737 additions and 109 deletions

View File

@@ -0,0 +1,3 @@
The [Sive of Ersathothenes](http://en.wikipedia.org/wiki/Sieve_of_Eratosthenes) algorithm is a good way to get all prime numbers up to a specific limit.
This programm visualized the algorithm in an *hopefully* easy-to-understand way.