problems
Version:
A set of problems that can be encountered in interviews.
25 lines (24 loc) • 600 B
JSON
{
"name": "problems",
"version": "0.0.1",
"description": "A set of problems that can be encountered in interviews.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/primeagen/problems.git"
},
"keywords": [
"problem-solving",
"algorithms"
],
"dependencies": {
"lodash": "*"
},
"author": "Michael Brady Paulson <michael.b.paulson@gmail.com>",
"license": "MIT",
"gitHead": "0b179bd0c04eb20bd06967d3730c78a28d0ca823",
"readmeFilename": "README.md"
}