Skip to content

Conversation

@jimmytty
Copy link
Contributor

@jimmytty jimmytty commented Aug 12, 2025

I set the difficulty to 8 due to the need for a recursive cte to iterate over characters of strings that are not fixed length.

I used JSON in some part of the solution, but just for readability.

@jimmytty jimmytty changed the title * add practice exercise: scrabble-scoreScrabble score * add practice exercise: scrabble-score Aug 12, 2025
test_code TEXT,
task_id INTEGER DEFAULT NULL,
-- Here are columns for the actual tests
word TEXT NOT NULL,
Copy link
Member

Choose a reason for hiding this comment

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

The formatting within this CREATE statement is pretty inconsistent ;) But not enough to really bother me. I'm happy for a follow up commit to tidy that up. Or I can merge as-is if you're fine with it.

@IsaacG IsaacG added x:action/create Work on something from scratch x:rep/large Large amount of reputation x:module/practice-exercise Work on Practice Exercises labels Aug 12, 2025
@IsaacG IsaacG merged commit 7cfc922 into exercism:main Aug 12, 2025
2 checks passed
@IsaacG IsaacG changed the title * add practice exercise: scrabble-score Add practice exercise: scrabble-score Aug 12, 2025
@jimmytty jimmytty deleted the scrabble-score branch August 19, 2025 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

x:action/create Work on something from scratch x:module/practice-exercise Work on Practice Exercises x:rep/large Large amount of reputation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants