Python/project_euler/problem_003
Paulo S. G. Ferraz 1400cb86ff
Remove duplicate is_prime related functions (#5892)
* Fixes (#5434)

* Update ciphers.rabin_miller.py
         maths.miller_rabin.py

* Fixing ERROR maths/miller_rabin.py - ModuleNotFoundError and changing project_euler's isPrime to is_prime function names

* Update sol1.py

* fix: try to change to list

* fix pre-commit

* fix capital letters

* Update miller_rabin.py

* Update rabin_miller.py

Co-authored-by: John Law <johnlaw.po@gmail.com>
2022-04-09 01:40:45 +08:00
..
__init__.py Rename Project Euler directories and other dependent changes (#3300) 2020-10-15 12:43:28 +05:30
sol1.py Remove duplicate is_prime related functions (#5892) 2022-04-09 01:40:45 +08:00
sol2.py Fix style of the first ten solutions for Project Euler (#3242) 2020-10-25 08:53:16 +05:30
sol3.py [mypy] fix type annotations for all Project Euler problems (#4747) 2021-10-12 00:33:44 +08:00