Popular recipes by Rahul Raj http://code.activestate.com/recipes/users/4173983/2010-05-15T18:53:11-07:00ActiveState Code Recipessieve-of-eratosthenes (python) (Python)
2010-05-15T18:53:11-07:00Rahul Rajhttp://code.activestate.com/recipes/users/4173983/http://code.activestate.com/recipes/577228-sieve-of-eratosthenes-python/
<p style="color: grey">
Python
recipe 577228
by <a href="/recipes/users/4173983/">Rahul Raj</a>
(<a href="/recipes/tags/algorithm/">algorithm</a>, <a href="/recipes/tags/efficient/">efficient</a>, <a href="/recipes/tags/sieve/">sieve</a>).
</p>
<p>sieve-of-eratosthenes algorithm with efficient scaling for big numbers.</p>