-
-
Notifications
You must be signed in to change notification settings - Fork 46.7k
Project Euler: 092 decreased the time #6627
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
Please create https://docs.python.org/3/library/timeit.html benchmarks to prove that the proposed algorithm is as fast or faster than the current implementation. There are plenty of example benchmarks in this repo https://github.com/TheAlgorithms/Python/search?q=timeit |
Do I add benchmarking in the same file or a different file, because the benchmarking will affect the time for this file to run in project Euler workflow? Also, can we not check the time improvement from the said workflow. |
You just need to provide the time difference, no need to commit the code.
If you can, please provide us with the said details. |
Screenshot of Workflow with the commit Screenshot of Older workflow |
Describe your change:
Contributed to Project Euler problem
092
by:Also added a line in problem
104
, which was failing because of Python's new limit. The included line disables the limit and the code works as intended.Checklist:
Fixes: #{$ISSUE_NO}
.