-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
Hacktoberfest: Add solution to problem 74 #3110
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please read the dedicated README for project_euler
. In particular, the directory you need to put the algorithm in and some function signatures.
https://github.com/TheAlgorithms/Python/blob/master/project_euler/README.md
Thank you for your pull request!🤩 |
This solution needed optimization as its taking 2 minutes to run. Now our tests will take 2x longer to finish lol. |
* Add solution to problem 74 * Fix typo * Edit unnecessary comment * Rename folder, add default params in solution() * Rename file to solve conflicts * Fix doctests
* Add solution to problem 74 * Fix typo * Edit unnecessary comment * Rename folder, add default params in solution() * Rename file to solve conflicts * Fix doctests
* Add solution to problem 74 * Fix typo * Edit unnecessary comment * Rename folder, add default params in solution() * Rename file to solve conflicts * Fix doctests
* Add solution to problem 74 * Fix typo * Edit unnecessary comment * Rename folder, add default params in solution() * Rename file to solve conflicts * Fix doctests
Describe your change:
Add a solution to project Euler problem 74
Checklist:
Fixes: #{$ISSUE_NO}
.#2695