rbinarysearch
Version:
Recursive Binary Search
24 lines (23 loc) • 544 B
JSON
{
"name": "rbinarysearch",
"version": "1.1.13",
"description": "Recursive Binary Search",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rogercoll/rBinarySearch.git"
},
"keywords": [
"Binary",
"Search"
],
"author": "Roger Coll",
"license": "ISC",
"bugs": {
"url": "https://github.com/rogercoll/rBinarySearch/issues"
},
"homepage": "https://github.com/rogercoll/rBinarySearch#readme"
}