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 #132

Merged
merged 2 commits into from
Oct 8, 2024
Merged

Add knapsack exercise #132

merged 2 commits into from
Oct 8, 2024

Conversation

ageron
Copy link
Contributor

@ageron ageron commented Oct 6, 2024

This one was fun. It is marked as having a difficulty of 6 in several other language tracks, but tbh I found it really easy, perhaps because I've seen similar problems before (e.g., in Advent-of-Code). I gave it a difficulty of 4, please let me know if you think that's reasonable.

Copy link
Contributor

@isaacvando isaacvando left a comment

Choose a reason for hiding this comment

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

What a nice solution! I would bump this up to a 5. Your solution shows how simple it can be, but I suspect that approach might not be obvious often.

@ageron
Copy link
Contributor Author

ageron commented Oct 8, 2024

Thanks @isaacvando , I've bumped up the difficulty to 5. 👍

@ageron ageron merged commit 9f2502e into exercism:main Oct 8, 2024
2 checks passed
@ageron ageron deleted the add-knapsack branch October 8, 2024 20: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.

2 participants