AdvancedVocabulary#software-architecture#developer-tools#backend

Heap Sort Vocabulary

Build fluency in the vocabulary of sorting an array in place by repeatedly extracting the maximum from a binary heap.

0 / 5 completed
1 / 5
At standup, a dev mentions building a binary heap out of an array in place, then repeatedly removing the maximum element from the heap's root and moving it to the end of the array, shrinking the heap by one each time. What is this algorithm called?