mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-14 15:20:48 -05:00
20 lines
452 B
JSON
20 lines
452 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"keiravillekode"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"knapsack.zig"
|
||
|
],
|
||
|
"test": [
|
||
|
"test_knapsack.zig"
|
||
|
],
|
||
|
"example": [
|
||
|
".meta/example.zig"
|
||
|
]
|
||
|
},
|
||
|
"blurb": "Given a knapsack that can only carry a certain weight, determine which items to put in the knapsack in order to maximize their combined value.",
|
||
|
"source": "Wikipedia",
|
||
|
"source_url": "https://en.wikipedia.org/wiki/Knapsack_problem"
|
||
|
}
|