资源列表
[数据结构常用算法] Mergerandarray
说明:可按如下所述实现归并排序:假设序列中有k个长度为小于等于L的有序子序列。利用过程merge(参见教科书10.5)对它们进行两两归并,得到[k/2]个长度小于等于2l的有序子序列,称为一趟归并排序。反复调用一趟归并排序过程,使有序子序列的长度自l=1开始成倍的增加,直至使整个序列成为一个有序序列。是对序列实现上述归并排序的递推算法,并分析你的算法的时间复杂度。 本程序包含四个模块: 1. 主程序模块: void main() {初始化序列; 对序列归并排序; 输出<啊> 在 2025-06-15 上传 | 大小:11kb | 下载:0
[数据结构常用算法] hailiang
说明:海量数据处理的问题是很多面试笔试中经常出现的问题,是对数据结构和算法方面的考察,在数据库和搜索引擎方面有很大的作用。-The massive data processing is a recurrent problem in many interview written test, and inspection of the data structures and algorithms, databases and search engines have a significant role.<张力> 在 2025-06-15 上传 | 大小:26kb | 下载:0
[数据结构常用算法] tuixiangzi
说明:推箱子 自己算的算法 不知道好玩吧 大家试试吧-boxs that made by my self<人力心> 在 2025-06-15 上传 | 大小:4kb | 下载:0
[数据结构常用算法] Qeuing-simulation-sysem
说明:queuing simulation system theory and the solution for some problem that will stop you for bullding-queuing simulation system theory and the solution for some problem that will stop you for bullding<george barakat> 在 2025-06-15 上传 | 大小:218kb | 下载:0
[数据结构常用算法] Bellmanford
说明:Bellmanford最短路径设计实现,可作为算法学习的参考代码,VC下运行-bellmanford algorithm implementation can run in VC<shine> 在 2025-06-15 上传 | 大小:529kb | 下载:0