combination-js
Version:
조합(combination),순열(next_permutation)을 사용할 수 있습니다 You can use combination, next_permutation
24 lines (23 loc) • 549 B
JSON
{
"name": "combination-js",
"version": "1.3.1",
"description": "조합(combination),순열(next_permutation)을 사용할 수 있습니다\nYou can use combination, next_permutation",
"keywords" : [
"조합",
"next_permutation",
"nCk",
"STL",
"순열",
"algorithm"
],
"main": "combination.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "YoonEQ",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/ltnscp9028/Combination"
}
}