Module heap

Source
Expand description

This module provides a binary heap implementation.

Structsยง

BinaryHeap
An array-based binary heap, with N elements stored inline.