ss-heap
v1.2.2
Published
[](https://opensource.org/licenses/mit-license.php) [](https://badge.fury.io/js/ss-heap)
Downloads
22
Readme
ss-heap
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.