版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、本文格式为word版,下载可任意编辑浙大数据结构期末考试2021-2021 浙大数据结构期末考试 浙江大学20212021学年秋季学期 数据结构基础课程期末考试试卷 开课学院: 软件学院、计算机学院、竺可桢学院 ,考试形式:闭卷,允许带_ 无 入场 考试时间:_2021_年_11_月_11_日, 所需时间: 120 分钟 考生姓名: _学号: 专业: _教师: 题序 得分 评卷人 一 二 三 四 总 分 note: please write your answers on the answer sheet. 留意:请将答案填写在答题纸上。 i. please select the answer
2、 for the following problems. (20 points) (1) suppose that n numbers are pushed onto a stack in the order 1, 2, , n1, n. if n is the first number that is popped out of the stack, then the i-th number popped must be (2 points) a. i b. ni+1 c. ni d. any one is possible (2) the property(s) that a list d
3、oes not have is(are) (2 points) a. no need to pre-estimate the total space b. no need to move items for insertion and deletion c. quick random access d. the space taken is proportional to the length of the list (3) in the following integer sequences, is(are) not a heap. (2 points) a. (100,85,98,77,8
4、0,60,82,40,20,10,66) b. (100,98,85,82,80,77,66,60,40,20,10) c. (10,20,40,60,66,77,80,82,85,98,100) d. (100,85,40,77,80,60,66,98,82,10,20) (4) if depth-first search can visit every vertex with any starting vertex, then that graph must be a . (2 points) a. tree b. graph contains cycles c. complete gra
5、ph d. connected graph (5) given an integer sequence 15,9,7,8,20,-1,4,. if after the first run of shellsort, points) the sequence becomes 15,-l,4,8,20,9,7, then the increment must be (2 a. 1 b. 2 c. 3 d. 4 浙大数据结构期末考试 place m items in a hash table with an array size of s, the loading factor is . (2 po
6、ints) a. s + m b. m / s c. m * s d. m - s (7) breath-first search with the adjacency list representation of a graph is similar to the traversal of a binary tree (2 points) a. preorder b. inorder c. postorder d. leverl-order (8) among the following sorting algorithms, has the average run time o(nlogn
7、) with small extra space. (2 points) a. quick sort b. heap sort c. merge sort d. radix sort (9) in a , keys along each of the paths from any node to the root are ordered. (2 points) a. heap b. binary search tree c. complete tree d. none of the above (10) if a complete binary tree of height h (=0) is
8、 represented by an array, then the index of the left most leaf is . (2 points) a. 2h-1 +1 b. 2h c. 2h+1 -1 d. 2h+1 (6) ii. given the function descriptions of the following two (pseudo-code) programs, please fill in the blank lines. (24 points) (1) the function is to determine the minimum paths from
9、a start vertex to every other vertex in a weighted (all the weights are positive) graph, and to produce a count of the number of different minimum paths. (12 points) void minpathcount( table t ) /* t .count is initialized to be 0. tstart.count = 1 */ vertex v, w; for ( ; ; ) v = smallest unknown dis
10、tance vertex; if ( v = notavertex ) break; tv.known = true; for ( each w adjacent to v ) if( !tw.known ) if( ) decrease( tw.dist to tv+cvw ) tw.path = v; tw.count = ; else if( ) tw.count += ; 浙大数据结构期末考试 (2) the function is to percolate down a min heap. (12 points) void percolatedown( int n, priority
11、queue h ) int i, child; elementtype lastelement; lastelement = h-elementsn; for ( i = n; ; i = child ) child = i * 2; if (child!=h-size ) child+; if ( lastelement h-elements child ) ; else break; = lastelement; iii. please write or draw your answers for the following problems on the answer sheet. (4
12、5 points) (1) the followings are the partial results of a binary trees traversals in pre-order, in-order and post-order. please draw the corresponding tree. (11 points) pre-order : _b_f_iceh_g in-order: d_kfia_ejc_ post-order: _k_fbhj_g_a 0 7 (2) for the graph given by the adjacency matrix 0 0 0 0 (
13、a) (b) 705100050402021036000300 0 0 2 , obtain: 6 0 0 its biconnected components (6 points) the minimum cost spanning tree. (6 points) (3) insert the keys: 11, 5, 29, 20, 0, 27 and 18 into a hash table with linear open addressing and a size of 9. use the hash function k%9. please draw the resulting
14、table. (14 points) (4) to sort an integer sequence 3,87,12,61,70,97,26,45 using heapsort. please fill in the blanks. (8 points) the initial heap structure after building the heap: the sorting progress: 187 70 26 61 45 12 3 97;2 ; 361 45 26 3 12 70 87 97;4 ; 526 12 3 45 61 70 87 97;6 ; 73 12 26 45 61 70 87 97. 浙大数据结构期末考试 iv. please describe a non-recursive algorithm that return one of the most far away leaf from root in a binary tree. (11 points) struct treenode elementtype element; treenode *left; treenode *rig
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025至2030中国农业机械化行业市场发展分析及投资前景与投资策略报告
- 地震检波器市场供需发展前景及投资战略预测报告
- 2025至2030全球及中国电子记录管理解决方案行业发展趋势分析与未来投资战略咨询研究报告
- 2025至2030采出水处理系统行业产业运行态势及投资规划深度研究报告
- 2025车辆购买融资租赁合同
- 养老护理员 四级 题库及答案解析
- 2025至2030气体放电灯市场前景分析及行业项目调研及市场前景预测评估报告
- 证券从业资格证考试试点及答案解析
- 2025-2030绿色数据中心即服务碳排放测算与可持续发展路径
- 2025-2030绿色建筑行业市场现状及发展潜力评估研究报告
- 2025广东东莞寮步镇人民政府招聘编外聘用人员14人备考参考题库及答案解析
- 船体火工安全素养强化考核试卷含答案
- 2025年初中级审计师考试题及答案解析
- 实验室仪器设备培训考试题及答案
- 云南民族大学附属高级中学2026届高三联考卷(二)化学(含答案)
- 安全知识培训竞赛课件
- 会计师事务所年报审计方案模板
- 2025-2030中国畜牧行业发展分析及投资前景与战略规划研究报告
- 2025届北汽集团全球校园招聘正式开启(1000+岗位)笔试参考题库附带答案详解
- 沼气项目安全操作规程及宣传手册
- 胸痛中心区域协同救治
评论
0/150
提交评论