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

  • 格式:pdf
  • 大小:1.24 MB
  • 文档页数:5

下载文档原格式

  / 1
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

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

相关主题