Pairing heap data structure library for JavaScript
npm install @heap-data-structure/pairing-heap:cherries: @heap-data-structure/pairing-heap
==
Pairing heap data structure for JavaScript.
See docs.
Parent is @heap-data-structure.
``js``
import {increasing} from '@total-order/primitive';
import {PairingHeap} from '@heap-data-structure/pairing-heap';
let heap = new PairingHeap( increasing ) ;













- Improved bounds for multipass pairing heaps and path-balanced binary search trees