An interface representing a node in the binary heap data structure. Each node must have a numeric key that determines its position in the heap.
The numeric key value used for heap ordering.
An interface representing a node in the binary heap data structure. Each node must have a numeric key that determines its position in the heap.