资源列表
[数据结构常用算法] maopao_youhua
说明:冒泡优化: 如果一个序列是int n[]={1,2,3,4,5,6,7,8,9} , 用正常的冒泡排序需要排8次才行,优化之后1次就好,也就是说序列越接近于正常序列,改进之后的冒泡排序的次数就越少,这样会给一个冒泡排序算法带了很大的效率。 思想:添加一个boolean变量用来判断冒泡是否是已经排好了顺序,如果boolean的值为false,说明是已经排好了,如果boolean的值true,说明没有排好,继续排。-If a seq<刘大> 在 2024-11-05 上传 | 大小:1024 | 下载:0
[数据结构常用算法] Data-structures-courseware
说明:严蔚敏编写的数据结构课件,ppt格式,包含习题集-Written by Yan Wei-min data structures courseware ppt format, and contains problem sets<求知者> 在 2024-11-05 上传 | 大小:2684928 | 下载:0
[数据结构常用算法] sort_compare
说明:比较了常用的内部排序算法在原始数据是正序、乱序、逆序时的移动次数和比较次数。-This paper uses commonly used internal sorting algorithm to compare the number of moves and comparisons when the original data is positive-sequence, out of order and in reverse orde<flyoverls> 在 2024-11-05 上传 | 大小:2048 | 下载:0