@heap-data-structure/fibonacci-heap

3.0.1 • Public • Published

✂️ @heap-data-structure/fibonacci-heap

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

⚠️ 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

📜 References

Package Sidebar

Install

npm i @heap-data-structure/fibonacci-heap

Weekly Downloads

4

Version

3.0.1

License

AGPL-3.0

Unpacked Size

524 kB

Total Files

14

Last publish

Collaborators

  • raskat
  • aureooms