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

knapsack: split introduction and instructions #2440

Merged
merged 6 commits into from
May 16, 2024
Merged

Conversation

ErikSchierboom
Copy link
Member

No description provided.

@ErikSchierboom ErikSchierboom requested a review from a team as a code owner May 15, 2024 11:26
exercises/knapsack/instructions.md Outdated Show resolved Hide resolved
After months of careful planning, he finally manages to crack the security systems of a fancy store.

In front of him are many items, each with a value and weight.
Whilst Bob would gladly take all of the items, his knapsack can only hold so much weight.
Copy link
Member

Choose a reason for hiding this comment

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

Whilst is not a word I see used often. What about the simpler,

Suggested change
Whilst Bob would gladly take all of the items, his knapsack can only hold so much weight.
Bob would gladly take all of the items, but his knapsack can only hold so much weight.

@ErikSchierboom ErikSchierboom merged commit d3a3c81 into main May 16, 2024
7 checks passed
@ErikSchierboom ErikSchierboom deleted the knapsack-split branch May 16, 2024 12:07
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.

5 participants