leaf, return null (delete it) b. If node has a one (1) child node, return a reference to the child node (replace it with the child node) c. If node has two (2) child nodes, get the item in the rightmost node in the left subtree, replace the node’s item with this item, and delete the rightmost node in the left subtree