-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
HACKTOBERFEST - Added solution to Euler 64. #3706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added Python solution to Project Euler Problem 64. Added a folder problem_064. Added __init__.py file. Added sol1.py file.
Made formatting changes as mentioned by pre-commit
Requesting @dhruvmanila and @Kush1101 to review the commit. Cheers! |
@dhruvmanila @Kush1101 Anyone around? |
@cclauss Guys please do the needful! |
looks good, sorry for late response (You know the stats, right.) @cclauss @dhruvmanila @Kush1101 @poyea @ruppysuppy, Possibly anyone check this out |
Yeah man! You guys have been flooded with PRs. |
Minor changes to variable naming and function calling as mentioned by @ruppysuppy
Please revert the last change. It removes the end user's ability to experiment with different inputs. |
On it. |
Changes to function call as mentioned by @cclauss
* Added solution to Euler 64. Added Python solution to Project Euler Problem 64. Added a folder problem_064. Added __init__.py file. Added sol1.py file. * Update sol1.py Made formatting changes as mentioned by pre-commit * Update sol1.py Minor changes to variable naming and function calling as mentioned by @ruppysuppy * Update sol1.py Changes to function call as mentioned by @cclauss
* Added solution to Euler 64. Added Python solution to Project Euler Problem 64. Added a folder problem_064. Added __init__.py file. Added sol1.py file. * Update sol1.py Made formatting changes as mentioned by pre-commit * Update sol1.py Minor changes to variable naming and function calling as mentioned by @ruppysuppy * Update sol1.py Changes to function call as mentioned by @cclauss
* Added solution to Euler 64. Added Python solution to Project Euler Problem 64. Added a folder problem_064. Added __init__.py file. Added sol1.py file. * Update sol1.py Made formatting changes as mentioned by pre-commit * Update sol1.py Minor changes to variable naming and function calling as mentioned by @ruppysuppy * Update sol1.py Changes to function call as mentioned by @cclauss
* Added solution to Euler 64. Added Python solution to Project Euler Problem 64. Added a folder problem_064. Added __init__.py file. Added sol1.py file. * Update sol1.py Made formatting changes as mentioned by pre-commit * Update sol1.py Minor changes to variable naming and function calling as mentioned by @ruppysuppy * Update sol1.py Changes to function call as mentioned by @cclauss
This PR is for Hacktoberfest. #Hacktoberfest
Added Python solution to Project Euler Problem 64.
Describe your change:
Added my solution to the Project Euler Problem 64.
Added a folder problem_064.
Added init.py file.
Added sol1.py file.
Fixes: #3705
Checklist:
Fixes: #{$ISSUE_NO}
.