https://github.com/heap-data-structure/pairing-heap
:cherries: Pairing heap data structure for JavaScript
https://github.com/heap-data-structure/pairing-heap
agpl amortized computer-science data-structures heaps javascript meldable-heaps pairing-heap unknown-running-time
Last synced: 6 months ago
JSON representation
:cherries: Pairing heap data structure for JavaScript
- Host: GitHub
- URL: https://github.com/heap-data-structure/pairing-heap
- Owner: heap-data-structure
- License: agpl-3.0
- Created: 2017-01-17T01:58:28.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T00:37:57.000Z (12 months ago)
- Last Synced: 2024-10-24T14:52:59.623Z (12 months ago)
- Topics: agpl, amortized, computer-science, data-structures, heaps, javascript, meldable-heaps, pairing-heap, unknown-running-time
- Language: JavaScript
- Homepage: https://heap-data-structure.github.io/pairing-heap
- Size: 3.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:cherries: [@heap-data-structure/pairing-heap](https://heap-data-structure.github.io/pairing-heap)
==
![]()
Pairing heap data structure for JavaScript.
See [docs](https://heap-data-structure.github.io/pairing-heap/index.html).
Parent is [@heap-data-structure](https://github.com/heap-data-structure/about).```js
import {increasing} from '@total-order/primitive';
import {PairingHeap} from '@heap-data-structure/pairing-heap';
let heap = new PairingHeap( increasing ) ;
```[](https://raw.githubusercontent.com/heap-data-structure/pairing-heap/main/LICENSE)
[](https://www.npmjs.org/package/@heap-data-structure/pairing-heap)
[](https://github.com/heap-data-structure/pairing-heap/actions/workflows/ci.yml?query=branch:main)
[](https://github.com/heap-data-structure/pairing-heap/network/dependencies)
[](https://github.com/heap-data-structure/pairing-heap/issues)
[](https://www.npmjs.org/package/@heap-data-structure/pairing-heap)[](https://codeclimate.com/github/heap-data-structure/pairing-heap/issues)
[](https://codeclimate.com/github/heap-data-structure/pairing-heap/trends/churn)
[](https://codecov.io/gh/heap-data-structure/pairing-heap)
[](https://codeclimate.com/github/heap-data-structure/pairing-heap/trends/technical_debt)
[](https://heap-data-structure.github.io/pairing-heap/source.html)
[](https://bundlephobia.com/result?p=@heap-data-structure/pairing-heap)## :scroll: References
- [Improved bounds for multipass pairing heaps and path-balanced binary search trees](https://arxiv.org/abs/1806.08692)