# Heap ### Good review of heaps https://www.thecshandbook.com/Heap - $log(n)$ insert (push) - $log(n)$ pop - Read over the push and pop operations