https://github.com/pirxpilot/pairing-heap
https://github.com/pirxpilot/pairing-heap
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pirxpilot/pairing-heap
- Owner: pirxpilot
- Created: 2016-12-09T22:25:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T05:36:38.000Z (over 9 years ago)
- Last Synced: 2025-03-03T02:05:11.620Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
README
[![NPM version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Dependency Status][gemnasium-image]][gemnasium-url]
# fast-pairing-heap
[Pairing heap][pairing-heap] implementaion
## Install
```sh
$ npm install --save fast-pairing-heap
```
## Usage
```js
var heap = require('fast-pairing-heap');
```
## License
MIT © [Damian Krzeminski](https://pirxpilot.me)
[pairing-heap]: https://en.wikipedia.org/wiki/Pairing_heap
[npm-image]: https://img.shields.io/npm/v/fast-pairing-heap.svg
[npm-url]: https://npmjs.org/package/fast-pairing-heap
[travis-url]: https://travis-ci.org/pirxpilot/pairing-heap
[travis-image]: https://img.shields.io/travis/pirxpilot/pairing-heap.svg
[gemnasium-image]: https://img.shields.io/gemnasium/pirxpilot/pairing-heap.svg
[gemnasium-url]: https://gemnasium.com/pirxpilot/pairing-heap