|
|
|
|
|
by rgossiaux
2117 days ago
|
|
A min heap is different from a min-max heap. A min-max heap supports the operations of both a min heap and a max heap (essentially by interleaving the two). A normal min heap is a standard data structure, a min-max heap less so. |
|