D-ary Heaps
Home
>
Computer Science
>
Algorithms and data structures
>
Heaps
>
D-ary Heaps
D-ary heaps are similar to binary heaps, but each node has up to 'd' children instead of two.