文档库 最新最全的文档下载
当前位置:文档库 › 浙江理工大学2018年《991数据结构》考研专业课真题试卷

浙江理工大学2018年《991数据结构》考研专业课真题试卷

浙江理工大学2018年《991数据结构》考研专业课真题试卷

2018

230

1. simpleList

A. simpleList == null

B. simpleList->next == null

C. simpleList->next = simpleList

D. simpleList! = null

2.

_______________

A. B.

C. D.

3. top X

_______________________

A.X = top; top = top->next;

B. X = top->data;

C. top = top->next; X = top->data;

D. X = top->data; top = top->next;

4. _____________

A. B.

C. D.

5. ______________________

A. B.

C. D.

6. simpleList

A. simpleList == null

B. simpleList->next == null

C. simpleList->next = simpleList

D. simpleList! = null

7.

_______________

A. B.

C. D.

8. top S_______________________

A. top->next = S;

B. S->next = top->next; top->next = S;

C. S->next = top; top = S;

D. S->next = top; top = top->next;

9. ____________________

A. B.

C. D.

10. A B[1, n(n-1)/2]a ij(i j),B K______ A. i(i-1)/2+j-1 B. i(i-1)/2+j

C. i(i+1)/2+j-1

D. i(i+1)/2+j

11.

__________________

A. 21/7

B. 28/7

C. 15/6

D. 21/6

1 5

相关文档