4.0.0 • Published 4 years ago

@datastructures-js/min-heap v4.0.0

Weekly downloads
12
License
MIT
Repository
github
Last release
4 years ago

@datastrucures-js/min-heap

build:? npm npm npm

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

4.0.0

4 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago