heap
heap copied to clipboard
Heap priority queue written in C, licensed under a BSD license
.. image:: https://travis-ci.org/willemt/heap.png :target: https://travis-ci.org/willemt/heap
What?
A heap abstract data type implemented within an array.
Written in C with a BSD license.
How does it work?
To see the module in action check out:
- Unit tests within test_heap.c
Example usage
http://github.com/willemt/YABTorrent/blob/master/src/bt_selector_rarestfirst.c
Building
$make