4.0.0 • Published 3 years ago

@datastructures-js/max-heap v4.0.0

Weekly downloads
277
License
MIT
Repository
github
Last release
3 years ago

@datastrucures-js/max-heap

build:? npm npm npm

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