Introduction
Imagine you have a special kind of tree where the biggest or smallest value is always at the top. When you remove this top value, you need a way to fix the tree so it keeps this special order. Heap extraction with bubble down solves this problem by moving values down the tree to restore order.