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 anagram exercise #40

Merged
merged 2 commits into from
Aug 27, 2024
Merged

Add anagram exercise #40

merged 2 commits into from
Aug 27, 2024

Conversation

ageron
Copy link
Contributor

@ageron ageron commented Aug 27, 2024

This exercise is actually surprisingly tricky, because the roc-lang/unicode package does not yet implement sorting and changing the case. As a result, the hardest part was implementing these. I had to exclude the test case for Greek letters, or else the exercise would be a bit demotivating.

We might want to provide the functions for sorting and changing the case. Wdyt?

@ageron ageron merged commit 9af5dfd into exercism:main Aug 27, 2024
2 checks passed
@ageron ageron deleted the add-anagram branch August 27, 2024 10:19
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.

1 participant