What happens when you delete a node with two children from a BST?
A. The node is replaced by its predecessor or successor, and then the predecessor or successor is removed.
B. The node is simply removed.
C. The node's right child replaces it.
D. The node is moved to the root.
Answer: Option A
Join The Discussion