A、都是先进后出
B、都是先进先出
C、只允许在端点处插入和删除元素
D、没有共同点
A、edcba
B、decba
C、dceab
D、abcde
A、顺序表
B、链表
C、队列
D、栈
A、1和5
B、2和4
C、4和2
D、5和1
A、(rear-front+m)%m
B、rear-front+1
C、rear-front-1
D、rear-front
A、*S->
top=e
S->
top++
B、S->
top++
*S->
top=e
C、*S->
top=e
D、S->
top=e
A、堆栈
B、队列
C、数组
D、线性表
A、N
B、N+1
C、N-1
D、N-2
A、a
B、b
C、c
D、d
A、HS->
next=s
B、s->
next= HS->
next
HS->
next=s
C、s->
next= HS
HS= HS->
next
D、s->
next= HS
HS=s