单项选择题
A.P->next==Q->next B.P->next== Q C.Q->next== P D.P== Q
A.P== L B.P->Llink== L C.P== NULL D.P->Rlink==L
A.O(1) B.O(n) C.O(n2) D.O(log2n)