1
0
www.mikescher.com/www/statics/programs/Sieb des Eratosthenes.php
2017-11-09 17:43:34 +01:00

19 lines
578 B
PHP

<?php
return
[
'name' => 'Sieb des Eratosthenes',
'category' => 'Mathematics',
'stars' => 1,
'ui_language' => 'German',
'prog_language' => 'Delphi',
'short_description' => 'Visualize the prime number calculation with the Sieve of Erastothenes algorithm.',
'add_date' => '2009-01-22',
'urls' =>
[
'download' => 'direkt',
],
'long_description' => function(){ return file_get_contents(__DIR__ . '/Sieb des Eratosthenes_description.md'); },
'thumbnail_url' => 'Sieb des Eratosthenes.png',
];