Project Euler: 092 decreased the time#6627
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
092by: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}.