Python/project_euler/problem_188
Michael D d0bc9e268d
Add solution for Project Euler problem 188 (#2880)
* Project Euler problem 188 solution

* fix superscript notation

* split out modexpt() function, and rename parameters

* Add some more doctest, and add type hints

* Add some reference links

* Update docstrings and mark helper function private

* Fix doctests and remove/improve redundant comments

* fix as per style guide
2020-11-21 07:37:47 +05:30
..
__init__.py Add solution for Project Euler problem 188 (#2880) 2020-11-21 07:37:47 +05:30
sol1.py Add solution for Project Euler problem 188 (#2880) 2020-11-21 07:37:47 +05:30