- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
数据结构204(全英文)-四川大学期末考试试题
四川大学期末考试试题(闭卷)A(2013 ——2014 学年第 2 学期)课程号: 课序号: 1 课程名称:数据结构(in English ) 任课教师: 成绩:适用专业年级:13电子商务 学生人数:159 印题份数:160 学号: 姓名:考 试 须 知四川大学学生参加由学校组织或由学校承办的各级各类考试,必须严格执行《四川大学考试工作管理办法》和《四川大学考场规则》。有考试违纪作弊行为的,一律按照《四川大学学生考试违纪作弊处罚条例》进行处理。四川大学各级各类考试的监考人员,必须严格执行《四川大学考试工作管理办法》.《四川大学考场规则》和《四川大学监考人员职责》。有违反学校有关规定的,严格按照《四川大学教学事故认定及处理办法》进行处理。Part I. Brief Description Questions(5*6=30)What does LIFO mean?List the differences between ordinary queue and circular queue.List the advantages of linked lists over arrays.What is abinary tree?Define a full binary tree.Part II. Multiple Choice Questions(10*3=30)Doubly linked lists have ( ) number of pointer fields.a)3 b)2 c) 1 Pre-order traversal means ( ).a)TlRTr b) RTlTr 2 c) TlTrR The memory space allocated for the elements of the linked list ( ) at any time.a)can be extended b) can not be extended A queue is called ( ).a)FIFO b)LIFO c)none of these The elements in the queue are processed in ( ).a)the same order b)the reverse order c)different orders d)none of these In the linked lists ( ) is involved with insertions into and deletions from the middle of the list.a)Data movement b)No Data movement The operation for adding an entry to a stack is traditionally called ( )a) add b)append c) insert d) pushThe operation for removing an entry from a stack is traditionally called ( )a) delete b)PEEK c) POP d) remove注:1试题字迹务必清晰,书写工整。 本题 2 页,本页为第 1 页 2 题间不留空,一般应题卷分开 教务处试题编号: 学号: 姓名In a binary tree, a node can have ( ) children.a) 1 b)2 c) more than 2 d) either a) or b)The maximum number of nodes possible in a binary tree of height h is ( )a)2h+1 b)2+6h c) 2h-1Part III. Algorithm application Questions(2*10=20)Give the pre_order and post_order traversal sequences of thefollowing binary tree.There are eight kinds of characters, they are { A,B,C,D,E,F,G,H },the corresponding probab
文档评论(0)