Are there any heap data structure implementations out there, fibonacci, binary, or binomial?
Reference: These are data structures used to implement priority queues, not the ones used to allocate dynamic memory. See http://en.wikipedia.org/wiki/Heap_(data_structure)
Thanks, Dave