Skip to content

Instantly share code, notes, and snippets.

var cakeTypes = [
{weight: 7, value: 160},
{weight: 3, value: 90},
{weight: 2, value: 15},
// {weight: 0, value: 1}
]
var capacity = 20
const weightless = function (cakeTypes) {