Add new exercise: camicia#2581
Merged
IsaacG merged 79 commits intoexercism:mainfrom Sep 9, 2025
FraSanga:camicia
Merged
Conversation
BNAndras
reviewed
Aug 30, 2025
IsaacG
requested changes
Aug 30, 2025
Member
SleeplessByte
left a comment
There was a problem hiding this comment.
More nits.
Great stuff!
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
Co-authored-by: Derk-Jan Karrenbeld <derk-jan+github@karrenbeld.info>
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
Co-authored-by: Derk-Jan Karrenbeld <derk-jan+github@karrenbeld.info>
Co-authored-by: Derk-Jan Karrenbeld <derk-jan+github@karrenbeld.info>
Co-authored-by: Derk-Jan Karrenbeld <derk-jan+github@karrenbeld.info>
Co-authored-by: Derk-Jan Karrenbeld <derk-jan+github@karrenbeld.info>
Co-authored-by: Derk-Jan Karrenbeld <derk-jan+github@karrenbeld.info>
Co-authored-by: Derk-Jan Karrenbeld <derk-jan+github@karrenbeld.info>
Co-authored-by: Derk-Jan Karrenbeld <derk-jan+github@karrenbeld.info>
Co-authored-by: Derk-Jan Karrenbeld <derk-jan+github@karrenbeld.info>
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
SleeplessByte
approved these changes
Sep 6, 2025
Member
|
CI Failure is unrelated: |
Member
See #2585 |
IsaacG
reviewed
Sep 6, 2025
IsaacG
approved these changes
Sep 6, 2025
Member
Member
|
@ErikSchierboom Would you mind taking a look? |
Member
|
FWIW here is my Python implementation which validates the current canonical data. |
Member
Sure! |
Co-authored-by: Erik Schierboom <erik_schierboom@hotmail.com>
Co-authored-by: Erik Schierboom <erik_schierboom@hotmail.com>
ErikSchierboom
approved these changes
Sep 7, 2025
Member
ErikSchierboom
left a comment
There was a problem hiding this comment.
LGTM!
Anyone have any suggestions?
kotp
approved these changes
Sep 7, 2025
Member
|
This got a lot of really good feedback from quite a few people. It seems like the feedback has run out. If there's no other feedback in the next 12-24 hours, I'll go ahead and merge. |
kotp
approved these changes
Sep 8, 2025
glennj
reviewed
Sep 8, 2025
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.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.
This PR introduces a new exercise where students must simulate the card game Beggar-my-neighbour and implement an algorithm to determine whether a given match eventually ends or falls into an infinite loop.
Here is the topic on the forum.
TO-DO: