d-ary Heaps

This has implementation of two d-ary heaps: ternary and quaternary heaps.

There is also a comparison of the run times of reasonably optimal implementations of binary, ternary, and quaternary heaps.