- 1、本文档共91页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Chap11 sorting
Data Structures and Algorithms Chapter 11: Sorting Electronic Information Engineering Chongqing University of Science and Technology May 2009 highlights 11-1 Sorting Concepts 11-2 Insertion Sorts 10-2-1 Straight Insertion Sort 10-2-2 Shell Sort 11-3 Selection Sorts 10-3-1 Straight Selection Sort 10-3-2 Heap Sort 11-4 Exchange Sorts 10-4-1 Bubble Sort 10-4-2 Quick Sort 11-5 External sorts Vocabulary 排序 sort 内部排序 internal sort 外部排序 external sort 插入排序 insertion sort 缩小增量排序 diminishing increment sort 选择排序 selection sort 堆排序 heap sort 快速排序 quick sort 归并排序 merge sort 基数排序 radix sort 平衡归并排序 balance merging sort 二路平衡归并排序 balance two-way merging sort 多步归并排序 ployphase merging sort 置换选择排序 replacement selection sort 11-1 Sorting Concepts One of the most common applications in computer science is sorting, the process through which data are arranged according to their values. Sorting algorithms are classified as internal or external Internal sort holds all data in primary memory during the sorting process External sort uses primary memory for data currently sorted, and secondary storage for data that did not fit in primary storage Sorting Concepts Contd Sort order may be ascending or descending Sort efficiency measures relative efficiency of the sort, estimating the number of comparisons and moves required to order an unordered list A Sort Pass traverses data through a portion or the entire list Sort stability indicates whether data with equal keys maintain relative input order in the output Sort stability 11-2 Insertion Sorts 11-2-1 Straight Insertion Sort 11-2-2 Shell Sort 11-2-1 Insertion sort concept Straight Insertion Sort in the straight insertion sort, the list at any moment is divided into sorted and unsorted sublists. In each pass, the first element of the unsorted sublist is inserted into the sorted sublist. Insertion sort example Algorithm Straight Insertion Sort algorithm insertionSort ref list , val last current 1 loop current last hold list[cu
您可能关注的文档
- A New Multilateralism for the 21st Century.doc
- A Successful Self-introduction.ppt
- A001-RoHS和WEEE.ppt
- A60-07T030WD球泡灯产品技术规格书.doc
- A4 第七次.docx
- A Tour to Australia.ppt
- a song of ice and fire.ppt
- Aaron亚伦.doc
- A2-NuclearPhysics.ppt
- Abb 800xA train doc -chapter 3 - Project Framework-Exercise_3.4_cn.doc
- 便携式环境电场测试仪的设计与实现:技术、应用与优化.docx
- Υ(1S)→BcP、BcV弱衰变过程的唯象学剖析与前沿洞察.docx
- 托马斯·谢林博弈论:理论、贡献与现实映照.docx
- 资本市场企业并购重组市场化改革:演进、成效与挑战.docx
- 增强现实赋能京剧脸谱:互动设计的创新与实践.docx
- 探寻连袖的多元形态与创新设计应用.docx
- 非正式制度视角下我国民营经济发展的多维度审视与优化路径.docx
- 脑缺血预处理对PPARγ信号通路及GLT-1表达的影响:机制与潜在应用.docx
- 大学生思想政治理论教育法有效运用研究.docx
- 中国企业价值收益法评估中折现率的应用与优化:理论、实践与创新.docx
文档评论(0)