A.p->next=q->next;q->next=p; B.q->next=p->next;p=q; C.p->next=q->next;p->next=q; D.q->next=>next;p->next=q;
A.前序線索二叉樹中求前序后繼 B.中序線索二叉樹中求中序后繼 C.中序線索二叉樹中求中序前趨 D.后序線索二叉樹中求后序后繼
A.99 B.98 C.50 D.48