# @datastructures-js/max-heap

> max heap implementation in javascript

Latest version **4.0.0** (published 2021-01-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install @datastructures-js/max-heap
pnpm add @datastructures-js/max-heap
yarn add @datastructures-js/max-heap
bun add @datastructures-js/max-heap
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 4.0.0 |
| Published | 2021-01-17 |
| First published | 2018-07-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 3.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Eyas Ranjous |
| Maintainers | eyas-ranjous |
| Keywords | max heap, max heap es6, max heap js |

## Links

- npm: https://www.npmjs.com/package/@datastructures-js/max-heap
- Repository: https://github.com/datastructures-js/max-heap
- Homepage: https://github.com/datastructures-js/max-heap#readme
- Issues: https://github.com/datastructures-js/max-heap/issues
- npm.io page: https://npm.io/package/@datastructures-js/max-heap

## Dependencies (1)

- [@datastructures-js/heap](https://npm.io/package/@datastructures-js/heap.md) ^3.0.0

## Recent versions

- 4.0.0 (latest) — 2021-01-17
- 3.0.1 — 2020-04-06
- 3.0.0 — 2020-03-11
- 2.0.0 — 2018-08-06
- 1.0.2 — 2018-07-18
- 1.0.1 — 2018-07-18
- 1.0.0 — 2018-07-09

## README

# @datastrucures-js/max-heap

[![build:?](https://travis-ci.org/datastructures-js/max-heap.svg?branch=master)](https://travis-ci.org/datastructures-js/max-heap) 
[![npm](https://img.shields.io/npm/v/@datastructures-js/max-heap.svg)](https://www.npmjs.com/package/@datastructures-js/max-heap)
[![npm](https://img.shields.io/npm/dm/@datastructures-js/max-heap.svg)](https://www.npmjs.com/package/@datastructures-js/max-heap) [![npm](https://img.shields.io/badge/node-%3E=%206.0-blue.svg)](https://www.npmjs.com/package/@datastructures-js/max-heap)

A wraper around https://github.com/datastructures-js/heap MaxHeap

## install
```sh
npm install --save @datastructures-js/max-heap
```

## require
```js
const { MaxHeap } = require('@datastructures-js/max-heap');
```

## import
```js
import { MaxHeap } from '@datastructures-js/max-heap';
```

## API
https://github.com/datastructures-js/heap#construction

## License
The MIT License. Full License is [here](https://github.com/datastructures-js/max-heap/blob/master/LICENSE)

---
_Source: https://npm.io/package/@datastructures-js/max-heap · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
