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

https://github.com/klange/pheap

intrusive pairing heap
https://github.com/klange/pheap

Last synced: 3 months ago
JSON representation

intrusive pairing heap

Awesome Lists containing this project

README

          

# PHeap: Intrusive Pairing Heap

Implementation of a [pairing heap](https://en.wikipedia.org/wiki/Pairing_heap)
using intrusive structs. Makes no allocations internally and can work with a
fixed-size array input.