Skip to content

Instantly share code, notes, and snippets.

@DuncanDoyle
Created April 6, 2020 17:15
Show Gist options
  • Save DuncanDoyle/c6350aa5fc6dc453a609ffc33d4c36ca to your computer and use it in GitHub Desktop.
Save DuncanDoyle/c6350aa5fc6dc453a609ffc33d4c36ca to your computer and use it in GitHub Desktop.
{
"knapsack": {
"maxWeight": 10
},
"ingots" : [
{
"weight": 4,
"value": 15
},
{
"weight": 4,
"value": 15
},
{
"weight": 3,
"value": 12
},
{
"weight": 3,
"value": 12
},
{
"weight": 3,
"value": 12
},
{
"weight": 2,
"value": 7
},
{
"weight": 2,
"value": 7
},
{
"weight": 2,
"value": 7
},
{
"weight": 2,
"value": 7
},
{
"weight": 2,
"value": 7
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment