Add doctest to maths/sieve_of_eratosthenes.py and remove other/finding_primes.py (#1078)
Both of the two files implemented sieve of eratosthenes. However, there was a bug in other/finding_primes.py, and the time complexity was larger than the other. Therefore, remove other/finding_primes.py and add doctest tomaths/sieve_of_eratosthenes.py.
O
obelisk0114 committed
46bc6738d78de3a05901881c919e8d91a28b8ef4
Parent: c27bd51
Committed by Christian Clauss <cclauss@me.com>
on 7/26/2019, 10:25:38 AM