• Inserts (key, child) to parent.

  • If parent is null, we promoted out of the root, so create a new one.

  • If there is room, just insert key and child pointer.

  • Otherwise: Split node, and promote one more level.