Multiway Heap

Home > Computer Science > Algorithms and data structures > Heaps and Priority Queues > Multiway Heap

A multiway heap is a tree-based heap where each node has an arbitrary number of children. It is often used for external storage where the heap may need to be paged in and out of memory.