计算机应用基础数据结构部分试题及答案(2)(6)
relationship, R:
K={a, B, C, D, e, F, G, h}
R={, , The data structure has a _____ structure. 9. a collection of data structures, K, and his two - element relationship, R: K={a, B, C, D, e, F, G, h} R={ The data structure has a _____ structure. 10. a collection of data structures, K, and his two - element relationship, R: K={1,2,3,4,5,6} R={(1,2), (2,3), (2,4), (3,4), (3,5), (3,6), (4,5), (4,6)} The data structure has a _____ structure. 1. sets, linear structure, tree structure, graphic structure (mesh structure) 2. sequentially stored, chained, stored, hashed, indexed 3., physical structure, logical structure (the order of the two can be reversed), operations, algorithms, the original 4., poverty, certainty, feasibility, input and output 5. statement execution times, storage space 6. orders of magnitude, O (1), O (n), O (logn) and O (N2) 7. data, data elements, data items, data items, files 8. linear structure 9. tree structure 10. graphic structure (mesh structure) 11. if the linear table often need to insert and delete operations, it is best to use _____ storage structure, if often need to search operation of the linear table, it is best to use _____ storage structure. 12. access to a linear table of elements with a given value of time complexity in the order of _____. 13. for a length n of the sequence table, the time complexity of insert header elements for _____, at the end of the table, insert the time complexity of the elements _____. 14. in a single linked list node pointer P points to insert a pointer to the Q node, the _____ value assigned to q->next, and then the _____ value assigned to p->next. 15. in a single chain table P point to the node before inserting a pointer, s point to the node, you can perform the following operations: (1) s->next=_____; (2) p->next= s; (3) t= p->data; (4) p->data=_____; (5) s->data=_____; The 16. assumption to the first node in the list of the single table pointer for the head, to the single list header, insert the new node pointer P points, the first implementation of _____ assignment, then performs _____ assignment. 17. in a single linked list delete pointer P points node successor node, need to _____ the value assigned to the p->next pointer domain. 18., in a single chain table, delete the pointer P point to the node, you should perform the operation: Q=p->next; P->data= p->next->data; P->next=_____; Free (Q); In the 19. _____ list, either by setting a head pointer can be determined by setting it a tail pointer, i.e. by a head pointer or the tail pointer can access to each node in the linked list. Twenty When a pointer is inserted before a node pointed to by a P in a bidirectional cyclic list with a header, the following operations can be performed when the s points to the node: (1) s->data= element; (2) s ->prior=_____; (3) p->prior->next=s; (4) s->next=_____; (5) p->prior=_____; 11. chain, order 12.O (n) 13.O (n) and O (1) 14.p->next, q 15.p->next, s->data, t 16.p->next=, head, head=p 17.p->next->next 18.p->next->next 19. cycle Some things, knowing that is wrong, but also to adhere to, because not reconciled; some people, knowing that love is also to give up, because there is no end; sometimes, knowing that there is no road, but still forward, because used to. 20.p->prior, P, s 21. pointers in a two-way linked list pointed to by P node before inserting a new node, its time complexity is in the order of _______. 22. linear table length refers to _______. 23. in the linear order of the table storage, the logical relationship between elements is determined by _______, in linear form a chain store, the logical relationship between elements is determined by _______. 24. according to each node chain storage structure of linear
相关推荐:
- [高等教育]公司协助某村精准扶贫工作总结.doc
- [高等教育]高二生物知识点总结(全)
- [高等教育]苏教版数学三年级下册《解决问题的策略
- [高等教育]仪器分析课程学习心得
- [高等教育]2017年五邑大学数学与计算科学学院333
- [高等教育]人教版七年级下册语文第四单元测试题(
- [高等教育]2018年秋七年级英语上册Unit7Howmuchar
- [高等教育]2017年八年级下数学教学工作小结
- [高等教育]湖南省怀化市2019届高三统一模拟考试(
- [高等教育]四年级下册科学_基础训练及答案教材
- [高等教育]城郊煤矿西风井管路伸缩器更换施工安全
- [高等教育]昆八中20182019学年度上学期期末考试
- [高等教育]项目部各类人员任命书
- [高等教育]上市公司经营水务产业的模式
- [高等教育]人教版高二化学第一学期第三章水溶液中
- [高等教育]【中考物理第一轮复习资料】四.压强与
- [高等教育]金坑水电站报废改建工程机电设备更新改
- [高等教育]高中生物教学工作计划简易版
- [高等教育]2017年西华大学攀枝花学院(联合办学)44
- [高等教育]最新整理超短爆笑英文小笑话大全
- 优秀教师继续教育学习心得体会
- 阳历到阴历的转换
- 留守儿童教育案例分析
- 华师17春秋学期《玩教具制作与环境布置
- 测速传感器新型安装装置的现场应用
- 人教版小学数学三年级下册第四单元
- 创业个人意向书
- 山东省潍坊市2012年高考仿真试题(三)
- [恒心][好卷速递]四川省成都外国语学校
- 多少人错把好转反应当成了病情加重处理
- 中外广播电视史复习资料整理
- 江苏省扬州市江都区宜陵镇中学2014-201
- 工程造价专业毕业实习报告
- 广西师范学院心理与教育统计
- aympkrq基于 - asp的博客网站设计与开
- 建筑业外出经营相关流程操作(营改增后
- 人治 德治 法治
- [精华篇]常识判断专项训练题库
- 中国共产党为什么要实行民主集中
- 小学数学第三册第一单元试卷(A、B、C




