-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Conversation
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.
@ErikSchierboom this one is ready for review |
"foregone": [ | ||
"bank-account", | ||
"parallel-letter-frequency" | ||
], |
There was a problem hiding this comment.
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
"foregone": [ | ||
"bank-account", | ||
"parallel-letter-frequency" | ||
], |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
This is one of the 48in24 exercises.