1.2.2 • Published 6 years ago

ss-heap v1.2.2

Weekly downloads
23
License
-
Repository
github
Last release
6 years ago

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.

1.2.2

6 years ago

1.2.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago