quidemdelectus
Version:
Munkres (aka Hungarian) algorithm for JS
25 lines (24 loc) • 412 B
JSON
{
"name": "munkres-js",
"main": "munkres.js",
"version": "1.1.1",
"homepage": "https://github.com/addaleax/munkres-js",
"authors": [
"sqrt <sqrt@entless.org>"
],
"description": "Munkres (aka Hungarian) algorithm for JS",
"moduleType": [
"globals"
],
"keywords": [
"assignment",
"munkres",
"hungarian"
],
"license": "BSD",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
]
}