单项选择题
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.元素个数不同 C.逻辑关系相同 D.都不对