You are given a Binary Search Tree with elements A-H which a…

You are given a Binary Search Tree with elements A-H which are variables that have values satisfying the BST invariants.                              A                       /             \                  B                    D                       \              /      \                         C       E            G                                /             /                              F           H What is/are the possible root element(s) after we delete “A”? Select all that apply.