3.0.0 • Published 3 years ago

@aureooms/js-pairing-heap v3.0.0

Weekly downloads
1
License
AGPL-3.0
Repository
github
Last release
3 years ago

:cherries: @aureooms/js-pairing-heap

Pairing heap data structure for JavaScript. See docs. Parent is @aureooms/js-heap.

import {increasing} from '@aureooms/js-compare';
import {PairingHeap} from '@aureooms/js-pairing-heap';
let heap = new PairingHeap( increasing ) ;

License Version Tests Dependencies Dev dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size

:scroll: References