Dhruv
|
501a2ff430
|
[Project Euler] Fix code style for multiple problems (#3094)
* Fix code style for Project Euler problems:
- 13, 17, 21
- Default args
- Type hints
- File path
* Fix code style for multiple problems
* Made suggested changes
|
2020-10-10 21:23:17 +05:30 |
|
Christian Clauss
|
9200a2e543
|
from __future__ import annotations (#2464)
* from __future__ import annotations
* fixup! from __future__ import annotations
* fixup! from __future__ import annotations
* fixup! Format Python code with psf/black push
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
|
2020-09-23 13:30:13 +02:00 |
|
Kushagra Bansal
|
ae33419c12
|
Created problem_46 in project_euler (#2343)
* Create __init__.py
* Add files via upload
* Update sol1.py
* Update sol1.py
* Update project_euler/problem_46/sol1.py
Co-authored-by: Christian Clauss <cclauss@me.com>
* Update project_euler/problem_46/sol1.py
Co-authored-by: Christian Clauss <cclauss@me.com>
* Update sol1.py
* exact
Co-authored-by: Christian Clauss <cclauss@me.com>
|
2020-08-21 14:09:55 +02:00 |
|