Insert(H, x) set x's fields appropriately add x to root list of H ; O(1) reset min(H) if needed n(H) = n(H) + 1
Analysis:
H = initial heap with t(H) trees and m(H) marked nodes H' = new heap, t(H') = t(H) + 1, m(H') = m(H)