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 Knapsack exercise #310

Merged
merged 3 commits into from
Jul 30, 2024
Merged

Conversation

kahgoh
Copy link
Member

@kahgoh kahgoh commented Jul 21, 2024

This is one of the 48in24 exercises.

This also marks the regular expression string in the generate script
as a raw string. This is required to to ensure the escapes are only
interpreted as part of the regular expression.
@kahgoh
Copy link
Member Author

kahgoh commented Jul 27, 2024

@ErikSchierboom this one is ready for review

Comment on lines -626 to -629
"foregone": [
"bank-account",
"parallel-letter-frequency"
],
Copy link
Member

Choose a reason for hiding this comment

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

This key is now gone, but it should be moved under the exercises key.

config.json Outdated
Comment on lines 606 to 609
"foregone": [
"bank-account",
"parallel-letter-frequency"
],
Copy link
Member

Choose a reason for hiding this comment

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

Thanks for undoing the remove, but this is still at the root key, instead of within the "exercises" key.

Copy link
Member Author

Choose a reason for hiding this comment

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

Apologies, I misunderstood the comment earlier

@ErikSchierboom ErikSchierboom merged commit e63e93e into exercism:main Jul 30, 2024
2 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.

2 participants