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