Skip to content
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

Add a story to the pythagorean-triplet exercise #2502

Merged
merged 2 commits into from
Nov 22, 2024

Conversation

tasxatzial
Copy link
Member

@tasxatzial tasxatzial commented Nov 22, 2024

Forum thread

https://forum.exercism.org/t/a-story-for-the-pythagorean-triplet-exercise/13857

The idea for this story was inspired by the fact that using a naive approach to compute the triplets will likely cause the tests to time out. The story reflects this concept: it’s about someone attempting to compute the triplets but failing because it would take too much time. They need the reader’s help to find an efficient solution.

Edit: I need a moment to fix the lint errors

Edit: It was the CRLF line ending that caused the linter to fail

@tasxatzial tasxatzial requested a review from a team as a code owner November 22, 2024 10:55
Copy link
Member

@ErikSchierboom ErikSchierboom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like it!

@BNAndras BNAndras merged commit eec1a6c into exercism:main Nov 22, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants