A.順序表 B.雙鏈表 C.帶頭結點的雙循環(huán)鏈表 D.單循環(huán)鏈表
A.p->next=p->next->next B.p=p->next C.p=p->next->next D.next=p
A.n-iB.n-i+1C.n-i-1D.i