IntermediateVocabulary#software-architecture#developer-tools#backend

Heap Data Structure Vocabulary

Learn the vocabulary of a complete binary tree that always keeps its smallest or largest element at the root.

0 / 5 completed
1 / 5
At standup, a dev mentions a complete binary tree, stored compactly in an array, where every parent is always smaller (or always larger) than both of its children, letting the smallest (or largest) element always sit at the root. What is this structure called?