# 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.