UNPKG

naive-subset-sum

Version:
28 lines (27 loc) 645 B
{ "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" }