文件名称:MergeSort
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:1016byte
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
代码的功能:用C语言实现归并排序的算法,代码中带有详细的注解,十分有利于阅读和改进来应用于自己的算法。归并排序法是将两个有序表合并成一个新的有序表,即把待排序序列分为若干个子序列,每个子序列是有序的,然后再把有序子序列合并为整体有序序列。-The functionality of the code: merge sort algorithm, implemented in C code with detailed comments, and very conducive to reading and improvements used in the algorithm. Algorithms: merge sort method is the two ordered tables merged into a new ordered table, the collating sequence to be divided into several sub-sequences, each sub-sequence is ordered. And then ordered sub-sequence merger as a whole and orderly sequence.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MergeSort.c
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.