exercism / 8th

Exercism exercises in 8th.
https://exercism.org/tracks/8th
MIT License
4 stars 12 forks source link

knapsack: sync #189

Closed ErikSchierboom closed 5 months ago

ErikSchierboom commented 5 months ago

Sync the knapsack exercise with the latest data, as defined in https://github.com/exercism/problem-specifications/tree/main/exercises/knapsack.

As this PR only updates docs and/or metadata, it won't trigger a re-run of existing solutions (see the docs).

glennj commented 5 months ago

Let's merge #190 before merging this one.