2.0.1 • Published 3 years ago

@aureooms/js-fibonacci-heap v2.0.1

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

:shell: @aureooms/js-fibonacci-heap

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

:warning: The code requires regeneratorRuntime to be defined, for instance by importing regenerator-runtime/runtime.

import {FibonacciHeap} from '@aureooms/js-fibonacci-heap';
import {increasing} from '@aureooms/js-compare';
let heap = new FibonacciHeap( 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