单项选择题
A.线性表 B.队列 C.树 D.图
A.O(n) B.O(log2n) C.O(n0) D.O(n2)
A.p=q; B.p--:>next=q; C.q一>next=p--:>next;p-->next=q; D.p一>next—q;q-->next—p--:>next;