Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lambdabaa/fibonacci-heap
- Owner: lambdabaa
- Created: 2013-12-31T17:45:05.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-12T14:48:06.000Z (over 9 years ago)
- Last Synced: 2024-08-10T07:51:43.610Z (5 months ago)
- Language: JavaScript
- Size: 162 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.