题目内容

Identify the question, example and conclusion in the following passage.What is culture shock? When he first visited the US, Mr. Li was confused on a bus: He meant to give his seat to an elderly man, but the man seemed annoyed and refused to take the seat. Later his American friends explained to him that in the US it is not advisable, and even offensive, to offer your seat to elderly people. This is very different from China, where people are encouraged to do so.From the example we can see that culture shock is the feeling of confusion and anxiety when you encounter situations where the cultural norms in your culture no longer apply.

查看答案
更多问题

设初始栈为空,s表示入栈操作,x表示出栈操作,则合法的操作序列是

A. sxxssxxs
B. ssxsxxxs
C. ssxxxssx
D. sssxxxsx

设长度为n的队列用单循环链表表示(假设表尾结点为当前队列的队尾元素),若只设头指针,则入队操作、出队操作的时间复杂度分别为

A. O(n)、O(1)
B. O(1)、O(1)
C. O(1)、O(n)
D. 0(n)、0(n)

栈的运算特点是先进后出,元素a、b、c、d依次入栈,则不能得到的出栈序列是

A. abcd
B. dcba
C. cabd
D. bcda

把特殊矩阵A[10][10]的下三角矩阵压缩存储到一个一维数组M中,刚A中元素a[4][3]在M中所对应的下标位置是

A. 8
B. 12
C. 13
D. 55

答案查题题库