资源列表
paixu
- 用指向指针的 方法对n个整数排序并输出。要求将排序单独写成一个函数,n和各整数在主函数中输入,最后在主函数中输出。-Pointer with the pointer point to the method of sorting n integers and output. Requirements will be sorted into a separate function, n and the integer function in the main input, the final out
Sort
- 排序,可以对一些混乱无序的数据进行特殊要求排序-Sort
SortingAlgorithm
- 用VC实现数据结构中冒泡排序,快速排序,希尔排序等各种改进排序算法-Data structure with the VC bubble sort, quick sort, Shell sort and other sorting algorithm to improve
LZW
- LZW Algorithm code in C.
kruskal
- 最优化代码的并查集优化的kruskal代码-it is about kruskal,but it is very simple and easy to use!
number-of-partitions
- 问题描述: 整数划分是一个经典的问题。希望这道题会对你的组合数学的解题能力有所帮助。 输入: 每组输入是两个整数n和k。(1 <= n <= 50, 1 <= k <= n) 输出: 对于每组输入,请输出六行。 第一行: 将n划分成若干正整数之和的划分数。 第二行: 将n划分成k个正整数之和的划分数。 第三行: 将n划分成最大数不超过k的划分数。 第四行: 将n划分成若干奇正整数之和的划分数
1094
- ZJU 1092, 主要采用了一个vector来实现,速率比较高-ZJU 1092, primarily using a vector achieved a relatively high rate of
niudun
- 计算方法课程设计,牛顿下山法,希望对大家有用-Calculation methods course design, Newton down the mountain method, the hope of the useful
huanxingduilie
- 环形队列,数据结构课程,已通过编译,C语言编码,VC 2008-Circular queue data structure courses, compile C language coding, VC 2008
insertionsort
- 一个插入排序的实现-Implementation of an insertion sort
Implemention3
- 该算法提供一种快速的在数组中查找最大值以及最小值的方法,从算法的角度上改进了其时间复杂度和空间复杂度,具有相对较好的性能。-The algorithm provides a fast method to find the maximum and minimum values in the array, improving its time complexity and space complexity of the algorithm from the point o
tree
- 二叉树排序的建立,以及二叉树的其他一些操作。-二叉树