.专业.专注. . word可编辑 . 数据结构模拟试题3 单项选择题 1带头结点的单向链表为空的判断条件是 设头指针为head Ahead = =NULL Bhead!=NULL Chead->next= =head Dhead->next= =NULL 2非空的单向循环链表的尾结点满足 设头指针为head指针p指向尾结点 Ap->next = =NULL Bp= =NULL Cp= =head