Add Solution for Project Euler Problem 206 #2695#3269
Conversation
Travis tests have failedHey @PetitNigaud, TravisBuddy Request Identifier: 5fae0b00-0d92-11eb-9111-f326d0cb7f09 |
… euler-problem-206
There was a problem hiding this comment.
Announcement:
This message is sent to all pull requests which are OPEN, NOT MERGED, not containing 'wontfix' label and contains 'Project Euler' or 'Project' or 'Euler' (case doesn't matter) in their title. If this message doesn't apply to your pull request, please ignore this.
Message:
This is to notify all the users submitting a pull request for the Project Euler solution that the README.md file has been updated with all the style requirements necessary for the directory and solution files. Please read through it and make all the necessary changes required to your submission.
|
I removed the doctest from the solution() function as it is tested by Travis. Due to the specific problem statement I do not see any other cas that could be tested introducing a parameter into the solution function. |
|
There is already an open PR for this solution and currently, we are not accepting solutions to problems that already exist in this repository. Thank you for your contributoin. |
Describe your change:
I added the solution for the Project Euler problem 206 (#2695).
Checklist:
Fixes: #{$ISSUE_NO}.