naive-subset-sum
Version:
naive solver for the subset sum problem
28 lines (27 loc) • 645 B
JSON
{
"name": "naive-subset-sum",
"version": "1.0.3",
"description": "naive solver for the subset sum problem",
"main": "NaiveSubsetSum.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fuscofrancesco/naive-subset-sum.git"
},
"keywords": [
"naive",
"subset",
"sum",
"np-complete",
"np",
"problem"
],
"author": "ffusco",
"license": "ISC",
"bugs": {
"url": "https://github.com/fuscofrancesco/naive-subset-sum/issues"
},
"homepage": "https://github.com/fuscofrancesco/naive-subset-sum#readme"
}