Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lambdabaa/fibonacci-heap

Node.js implementation of Fibonacci Heap http://en.wikipedia.org/wiki/Fibonacci_heap
https://github.com/lambdabaa/fibonacci-heap

Last synced: 7 days ago
JSON representation

Node.js implementation of Fibonacci Heap http://en.wikipedia.org/wiki/Fibonacci_heap

Awesome Lists containing this project

README

        

# fibonacci-heap

[![Build Status](https://travis-ci.org/gaye/fibonacci-heap.png?branch=master)](https://travis-ci.org/gaye/fibonacci-heap)

Node.js implementation of Fibonacci Heap data structure.