- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
数据结构样卷2(英文),数据结构学期样卷答案,2015浙江高考数学样卷,2015浙江高考理综样卷,2015江西中考样卷,2015江西中考数学样卷,四六级改革样卷,2015重庆市中考样卷,2015年重庆市中考样卷,雅思样卷
重庆大学 数据结构 课程样卷2 开课学院: 计算机学院 课程号: 考试日期: 考试时间: 120 分钟 题 号 一 二 三 四 五 六 七 八 九 十 总 分 得 分
Single choice
The linear list (a1, a2, ... an), which is in Sequential Storage, when we delete any node, the average number of moving nodes ( ).
A. n B. n/2 C. (n-1)/2 D. (n+1)/2
Which is wrong among the following statements ( ).
Data element is the basic unit of the data
Data element is the smallest unit of the data
Data can be composed of a number of data elements
Data items can be composed of a number of data elements
To insert a data element in a linear structure data conveniently, the best data structure is ( ).
A. Sequential storage B. Linked storage
C.Index storage D. Hash storage
If insert a new node into the doubly linked list which the number of nodes is n, the measurement level of time complexity is ( ).
A.O(1) B. O(n) C. O(nlog2n) D. O(n2)
In virtue of a child’s Brother linked lists as a tree, if we want to find the fifth child of the node x, as long as finding the first child of x, and then ( ).
pointer scans 5 nodes continuously from the child domain
pointer scans 4 nodes continously from the child domain
pointer scans 5 nodes continously from the brother domain
pointer scans 4 nodes continously from the brother domain
The character of Tree structure is: a node can have( )
More than one direct pre-trend
More than one direct successors
More than one pre-trend
A successor
Assume that there are 13 numbers, they form a Huffman tree, calculate the number of nodes on this Huffman tree ( ).
A. 13 B. 12 C. 26 D. 25
A spanning tree of the undirected connected graph is a ( ) which contains the whole vertices of this connected graph.
A. Minimal connected subgraph B. Minimal subgraph
C. Significantly connected sub-graph D. Significantly sub-graph
Which is wrong in the following statements ( ).
Each vertex is only visited once during the graph traversal.
文档评论(0)