A.p->next=p->next->next B.p=p->next C.p= p->next->next D.p->next=p
A.循環(huán)雙鏈表 B.哈希(Hash)表 C.一維數(shù)組 D.單鏈表
A.循環(huán)鏈表 B.鄰接多重表 C.孩子鏈表 D.單鏈表