heapdatastructure
Version:
this is a package that provides heap implementation in js
23 lines (21 loc) • 507 B
JSON
{
"name": "heapdatastructure",
"version": "1.0.1",
"keywords": [
"minHeap",
"maxHeap",
"heap",
"priority queue"
],
"description": "this is a package that provides heap implementation in js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "\"suraj prajapati\"",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/suraj-kumarprajapati/heap-implementation-npm-package.git"
}
}