Introduction
Imagine you have a special kind of tree where the biggest or smallest value always stays at the top. When you add a new value, you need a way to keep this order. Heap insertion with bubble up is the process that fixes the order after adding a new value.