A.O(1) B.O(n) C.O(n*n) D.O(0)
A.head==NULL B.head->next==NULL C.head->next==head D.head!=NULL
A.存儲方式相同 B.元素個數(shù)不同 C.邏輯關(guān)系相同 D.都不對