文件名称:MergeSort
-
所属分类:
- 标签属性:
- 上传时间:2014-05-05
-
文件大小:618.12kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
归并排序,采用分治法的一个典型应用。主要步骤可以简单的描述为:【从小到大排序】
第一步:把数组分成左右两个数组,然后递归直至左右数组只包含单个元素【最底层】;
第二步:从单个元素开始,归并数组,使得数值小的在上一层数组的左侧,数值大的在上一层数组的右侧,然后递归,直至到原数组【最顶层】。-Merge sort, using a typical application of divide and conquer method. The main steps can be simply described as: [] The first step in ascending order: the array is divided into left and right arrays, then recursively until around the array contains only a single element [bottom] Step Two: Start from a single element, merge array, making the value of a small layer on the left side of the array, the value in the right layer of the large array, and then recursively until the top level to the original array [].
第一步:把数组分成左右两个数组,然后递归直至左右数组只包含单个元素【最底层】;
第二步:从单个元素开始,归并数组,使得数值小的在上一层数组的左侧,数值大的在上一层数组的右侧,然后递归,直至到原数组【最顶层】。-Merge sort, using a typical application of divide and conquer method. The main steps can be simply described as: [] The first step in ascending order: the array is divided into left and right arrays, then recursively until around the array contains only a single element [bottom] Step Two: Start from a single element, merge array, making the value of a small layer on the left side of the array, the value in the right layer of the large array, and then recursively until the top level to the original array [].
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MergeSort/
MergeSort/MergeSort/
MergeSort/MergeSort/Debug/
MergeSort/MergeSort/Debug/BuildLog.htm
MergeSort/MergeSort/Debug/main.obj
MergeSort/MergeSort/Debug/MergeSort.exe
MergeSort/MergeSort/Debug/MergeSort.exe.embed.manifest
MergeSort/MergeSort/Debug/MergeSort.exe.embed.manifest.res
MergeSort/MergeSort/Debug/MergeSort.exe.intermediate.manifest
MergeSort/MergeSort/Debug/MergeSort.ilk
MergeSort/MergeSort/Debug/MergeSort.pdb
MergeSort/MergeSort/Debug/mt.dep
MergeSort/MergeSort/Debug/vc90.idb
MergeSort/MergeSort/Debug/vc90.pdb
MergeSort/MergeSort/main.cpp
MergeSort/MergeSort/MergeSort.ncb
MergeSort/MergeSort/MergeSort.sln
MergeSort/MergeSort/MergeSort.suo
MergeSort/MergeSort/MergeSort.vcproj
MergeSort/MergeSort/MergeSort.vcproj.jim-PC.jim.user
MergeSort/白话经典算法系列之五 归并排序的实现 - MoreWindows Blog - 微软最有价值专家的个人技术博客 - 博客频道 - CSDN.pdf
MergeSort/MergeSort/
MergeSort/MergeSort/Debug/
MergeSort/MergeSort/Debug/BuildLog.htm
MergeSort/MergeSort/Debug/main.obj
MergeSort/MergeSort/Debug/MergeSort.exe
MergeSort/MergeSort/Debug/MergeSort.exe.embed.manifest
MergeSort/MergeSort/Debug/MergeSort.exe.embed.manifest.res
MergeSort/MergeSort/Debug/MergeSort.exe.intermediate.manifest
MergeSort/MergeSort/Debug/MergeSort.ilk
MergeSort/MergeSort/Debug/MergeSort.pdb
MergeSort/MergeSort/Debug/mt.dep
MergeSort/MergeSort/Debug/vc90.idb
MergeSort/MergeSort/Debug/vc90.pdb
MergeSort/MergeSort/main.cpp
MergeSort/MergeSort/MergeSort.ncb
MergeSort/MergeSort/MergeSort.sln
MergeSort/MergeSort/MergeSort.suo
MergeSort/MergeSort/MergeSort.vcproj
MergeSort/MergeSort/MergeSort.vcproj.jim-PC.jim.user
MergeSort/白话经典算法系列之五 归并排序的实现 - MoreWindows Blog - 微软最有价值专家的个人技术博客 - 博客频道 - CSDN.pdf
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.