ss-heap
v1.2.2
Published
[](https://opensource.org/licenses/mit-license.php) [](https://badge.fury.io/js/ss-heap)
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 --savevar {MinHeap, MaxHeap} = require('ss-heap');Global object
Include the pre-built script.
<script src="./dist/index.umd.min.js"></script>
Build & test
npm run buildnpm testdocument
npm run docthen open the generated out/index.html file in your browser.
License
MIT.
