Max Heap
Term side of the Card
Topic: Tree
Unit title: Max Heap
Categories: Data structure
Explanation side of the Card
Explanation: The complete binary tree structure with the highest value at the root and each parent node greater than or equal to its children. Commonly used in priority queues and sorting algorithms.