11. (2x4 points) Given the AVL tree below, please answer the following sub-problems.
申論題內容
(b) Continue with the previous sub-problem. After the keys in sub-problem (a)
are inserted, please sequentially delete keys 25 and 17 (when deleting a
non-leaf node from the AVL tree, please replace it by the node with the
largest key in its left subtree). Please show the final AVL tree only (no
step-by-step illustration is required).