ss-heap
TypeScript icon, indicating that this package has built-in type declarations

1.2.2 • Public • Published

ss-heap

MIT Licence npm version

Data Structure Serial - Binary Heap

  • written in Typescript
  • inner use Array
  • fully tested

Refer:

Installation

Node.js / Browserify

npm install ss-heap --save
var {MinHeap, MaxHeap} = require('ss-heap');

Global object

Include the pre-built script.

<script src="./dist/index.umd.min.js"></script>

Build & test

npm run build
npm test

document

npm run doc

then open the generated out/index.html file in your browser.

License

MIT.

Readme

Keywords

none

Package Sidebar

Install

npm i ss-heap

Weekly Downloads

2

Version

1.2.2

License

none

Unpacked Size

75.7 kB

Total Files

14

Last publish

Collaborators

  • jscon