登录
首页 » 数据结构 » 在对本程序的快速排序和归并排序这两种算法的正确与否进行验证时,用手动输入的数据,本程序基本上完成了对输入数据进行的快速排序和归并排序!...

在对本程序的快速排序和归并排序这两种算法的正确与否进行验证时,用手动输入的数据,本程序基本上完成了对输入数据进行的快速排序和归并排序!...

于 2022-07-04 发布 文件大小:59.98 kB
0 176
下载积分: 2 下载次数: 1

代码说明:

在对本程序的快速排序和归并排序这两种算法的正确与否进行验证时,用手动输入的数据,本程序基本上完成了对输入数据进行的快速排序和归并排序!-in the process of the rapid sequencing and merging the two sorting algorithms are correct for the test, with the manual input of data, the procedure is basically completed the data entry for the rapid sequencing and merging order!

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 是关于好几种有用的排序算法的描述很有用的
    是关于好几种有用的排序算法的描述很有用的-on several useful algorithm description very useful
    2022-12-13 01:05:03下载
    积分:1
  • 有关java的一个简单树,显示树,程序很简单。
    有关java的一个简单树,显示树结构,程序很简单。-the java a simple tree, the tree structure, procedure is very simple.
    2022-01-26 03:16:37下载
    积分:1
  • 课程设计文档!
    数据结构课程设计文档!-data structure curriculum design document!
    2023-07-15 08:00:03下载
    积分:1
  • C语言版本的八皇后问题
    要求:在国际象棋的棋盘摆上8个皇后,使得任何两个皇后不在一行,不在一列,同时也不在同一条斜线上。要求找出所有解。 算法思想 利用回溯算法搜索解空间,解分量的值等于解空间的索引(行编号),求出一个解递归调用即可求出所有92种情况。 设计心得: 1、  请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-08-13 19:21:25下载
    积分:1
  • 一个小型的关系库系统,适合学习库的学生学习
    一个小型的关系数据库系统,适合学习数据库的学生学习- A small relational database system, suits the study database the student studies
    2022-09-05 15:25:03下载
    积分:1
  • D滴滴打车系统
    适合Java初级学者的滴滴打车系统选择出发地址和目的地,会寻找最短路径,进行最低消费。根据走的路径的距离来判断收费的情况,可以随时更新出租车司机的基本信息,以及车辆的维修情况
    2022-10-24 13:10:03下载
    积分:1
  • AFIS系统源码
    SourceAFIS是一个指纹识别/匹配SDK(库),或者更一般地说是一个自动指纹识别系统(AFIS)。它本质上是比较两个指纹,并决定他们是否属于同一个人。它可以快速搜索注册指纹的大型数据库。它附带了一个易于使用的API(纯.NET和一个实验性的Java端口)以及各种各样的应用程序和工具。
    2023-07-07 19:20:03下载
    积分:1
  • [问题描述] 将N个关键字去整的记录进行整序, 以使所有关键字为非负的记录排在关键字为负的记录之前,要求使用最少的附加空间,且算法的时间复杂度为O(N...
    [问题描述] 将N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前,要求使用最少的附加空间,且算法的时间复杂度为O(N) [输入] 待排序记录个数,各关键字的值。 [输出] 关键字从正负分开,正数在前 [存储结构] 待排序记录顺序存储。 [算法的基本思想] 快速排序算法每次任取一个记录的关键字为标准,将其余记录分为两组将,N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前。 #include using namespace std #define MAXNUM 100//设文件的最长可能长度 void sort(int* keys, const int len)//排序 -[Problem Description] N keyword to the integer sequence the entire record. keyword so that all non-negative Records with the keyword for the negative record, at least require the use of the additional space and time complexity of the algorithm is O (N) [imported] to be sort record number, The value of the keyword. [Output] keyword separate from the pluses and minuses are several former [storage structure] scheduling records to be stored sequence. [Algorithm for the basic idea] quick sort algorithm each time a record for any keyword as a standard, The remaining records will be divided into two groups, N-keyword
    2022-03-17 21:15:57下载
    积分:1
  • 考试的样题,对考试很有帮助。里面是BMP文件。
    数据结构考试的样题,对考试很有帮助。里面是BMP文件。-Data structure sample exam questions on the exam very helpful. Inside is a BMP file.
    2022-02-13 12:14:32下载
    积分:1
  • 第六章 模板与习题 6.2.1 需要编写一个对多维组通用的算法(即各维的大小未定),怎样才能把实参多维组的信息全部传递到函中去?...
    第六章 模板与数据结构习题 6.2.1 需要编写一个对多维数组通用的算法(即各维的大小未定),怎样才能把实参多维数组的信息全部传递到函数中去?-Chapter VI with the data structure template 6.2.1 Exercises need to write a generic algorithm for multi-dimensional array (that is, the size of the peacekeeping undetermined), how can the real multi-dimensional array parameter information passed to the function all go?
    2022-04-08 13:36:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载