Hacktoberfest: Add a solution for Project Euler 49#2702
Merged
dhruvmanila merged 16 commits intoTheAlgorithms:masterfrom Oct 5, 2020
Iqrar99:pe-49
Merged
Hacktoberfest: Add a solution for Project Euler 49#2702dhruvmanila merged 16 commits intoTheAlgorithms:masterfrom Iqrar99:pe-49
dhruvmanila merged 16 commits intoTheAlgorithms:masterfrom
Iqrar99:pe-49
Conversation
dhruvmanila
requested changes
Oct 4, 2020
Contributor
Author
|
Thanks for the review @dhruvmanila. I'll make the changes soon. |
These fixes are intended to follow the CONTRIBUTING.md
dhruvmanila
requested changes
Oct 4, 2020
dhruvmanila
requested changes
Oct 5, 2020
Member
dhruvmanila
left a comment
There was a problem hiding this comment.
Looks good to me! Thank you for your contribution. 🎉 😃
Co-authored-by: Dhruv <dhruvmanila@gmail.com>
Contributor
Author
You are welcome! Maybe you want to review my Project Euler 50 PR? @dhruvmanila here #2703 |
Member
|
Sure thing, but please keep this in mind that we receive a lot of PRs and if possible only submit one PR at a time and once that is approved, submit another one. The ocean is made up of tiny droplets of water |
Contributor
Author
|
I see. Take your time 😄 |
Member
|
Are you participating in Hacktoberfest? If so, please include for Hacktoberfest in the description of your PR to signal us. |
Contributor
Author
|
Thank you so much 😄 I'm looking forward to contributing more! |
stokhos
pushed a commit
to stokhos/Python
that referenced
this pull request
Jan 3, 2021
* added doctests in modular_exponential.py
* added doctests in modular_exponential.py
* added URL link
* updating DIRECTORY.md
* Add problem 49 solution
* updating DIRECTORY.md
* Fix several mistakes
These fixes are intended to follow the CONTRIBUTING.md
* Move the import statements lower
* Update project_euler/problem_49/sol1.py
Co-authored-by: Dhruv <dhruvmanila@gmail.com>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Dhruv <dhruvmanila@gmail.com>
Panquesito7
pushed a commit
to Panquesito7/Python
that referenced
this pull request
May 13, 2021
* added doctests in modular_exponential.py
* added doctests in modular_exponential.py
* added URL link
* updating DIRECTORY.md
* Add problem 49 solution
* updating DIRECTORY.md
* Fix several mistakes
These fixes are intended to follow the CONTRIBUTING.md
* Move the import statements lower
* Update project_euler/problem_49/sol1.py
Co-authored-by: Dhruv <dhruvmanila@gmail.com>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Dhruv <dhruvmanila@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Seperated the PR based on #2548
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}.