HACKTOBERFEST - Added solution to Euler 64.#3706
HACKTOBERFEST - Added solution to Euler 64.#3706ruppysuppy merged 4 commits intoTheAlgorithms:masterfrom
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}.