@datastructures-js/min-heap
v4.0.0
Published
min heap implementation in javascript
Downloads
34
Maintainers
Readme
@datastrucures-js/min-heap
A wraper around https://github.com/datastructures-js/heap MinHeap
install
npm install --save @datastructures-js/min-heap
require
const { MinHeap } = require('@datastructures-js/min-heap');
import
import { MinHeap } from '@datastructures-js/min-heap';
API
https://github.com/datastructures-js/heap#construction
License
The MIT License. Full License is here