A.x=top->data;top=top->next; B.top=top->next;x=top->data; C.x=top->next;top=top->data; D.top->next=top;x=top->data;
A.(n+1)/2 B.n C.2n D.n-i
A.邏輯上相鄰的元素在物理位置上不一定相鄰 B.數(shù)據(jù)元素是不能隨機(jī)訪問(wèn)的 C.邏輯上相鄰的元素在物理位置上也相鄰 D.進(jìn)行數(shù)據(jù)元素的插入、刪除效率較高