Project Euler 62 Solution (#3029)

* Add solution for Project Euler 62

* Add doctests and annotate function params and return values for get_digits()

* Add extra newline between functions to fix flake8 errors

* Add extra newlines between function names

* Add missing return type for solution()

* Remove parenthesis from if statement

* Remove parentheses from while loop

* Add to explanation and fix second Travis build

* Compress get_digits(), add tests for solution(), add fstring and positional arg for solution()

* Remove input param when calling solution()

* Remove test case for the answer
This commit is contained in:
Peter Yao
2020-10-14 20:43:39 -07:00
committed by GitHub
parent ed30749943
commit 671ab1d863
3 changed files with 64 additions and 0 deletions

View File