Home Manual Reference Source

:scissors: @heap-data-structure/fibonacci-heap

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

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

import {FibonacciHeap} from '@heap-data-structure/fibonacci-heap'; import {increasing} from '@total-order/primitive'; 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