填空题 A queue is a linear list in which data can only be inserted at one end, called the ____, and deleted from the other end , called the ____. It also called a ____list.
查看答案
填空题 We define two operations for a queue: ____and ____.
判断题 We define two operations for a stack: push and pop. ( ) 对 ( ) 错
A. 对
B. 错
判断题 With an ADT, users are not concerned with how the task is done but rather with what is can do. ( ) 对 ( ) 错
A. 对
B. 错
判断题 A stack is also called an LIFO list. ( ) 对 ( ) 错
A. 对
B. 错