Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

heap-data-structure/fibonacci-heap

Repository files navigation

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 GitHub issues Downloads

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

📜 References

Morty Proxy This is a proxified and sanitized view of the page, visit original site.