mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
46bc6738d7
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. |
||
---|---|---|
.. | ||
anagrams.py | ||
binary_exponentiation_2.py | ||
binary_exponentiation.py | ||
detecting_english_programmatically.py | ||
dictionary.txt | ||
euclidean_gcd.py | ||
fischer_yates_shuffle.py | ||
Food wastage analysis from 1961-2013 (FAO).ipynb | ||
frequency_finder.py | ||
game_of_life.py | ||
linear_congruential_generator.py | ||
nested_brackets.py | ||
palindrome.py | ||
password_generator.py | ||
primelib.py | ||
sierpinski_triangle.py | ||
tower_of_hanoi.py | ||
two_sum.py | ||
word_patterns.py | ||
words |