Min Heap
Term side of the Card
Topic: Tree
Unit title: Min Heap
Categories: Data structure
Explanation side of the Card
Explanation: The complete binary tree structure with the lowest value at the root and each parent node less than or equal to its children. Used in priority queues and finding minimum elements efficiently.