资源列表
数组按从小到大的顺序排序
- 这是一个简单的排序。给你一个有N个值的数组,每个数都小于10000000。然后就将这个数组按从小到大的顺序排序。在输入时,第一行输入一个整数T,T代表一个有多少个数组要排序。然后就有T组数,每组数的第一行就是数组的大小N。紧跟着就有N行数,第N行就是数组的第N个数。每个数组的输出就有N行。,Given you an array with N non-negative integers which are smaller than 10,000,000, you have to sort this
CH
- 这是一个关于基数排序的快速排序的算法,用最快的算法来对一段数据进行排序,节约程序计算时间。-This is a base of about sort of the quick sort algorithm, the fastest algorithm to sort a section of data, time-saving procedures for the calculation.
bfs
- Breadth First Search (BFS) algorithm implementation
kkk
- 给定K个单词作为文本的开始。程序每次生成一个单词,其过程为:读取文本中最后的K个单词,并在书中寻找这K个单词连续出现的所有位置,然后从中随机挑选一个位置,并把该位置之后的一个单词加入到文本中。该过程不断重复,直到生成的文本达到最大单词数,或者生成的单词恰好是这本书的最后一个单词。-Given K words as the beginning of the text. Each program generates a word, the process is: read the text in a
stone_game_dp
- 现有4堆石子,两个人轮流取石子,他们有n种可能的取法,取法表示从第1堆取A1个石子,从第2堆中取B1个,第3堆取C1个,第4堆取D1个.如果取的时候某一堆的石子数比所要取的石子数要少,则这种取法是不可行的.取到最后没有可行取法的人就算输了. 现给出4堆石子的石子数目以及n种取法,请问如果两个人都采用最优取法,先取的人是赢还是输.-Four existing heap of stones, two people take turns stones, they have emulated n
KMP
- KMP算法的一个小型实现...可能太菜了点-KMP algorithm is an implementation ... may be too small dishes of point ...
kuaisupzixudiguisuanfa
- 快速排序非递归算法 快速排序非递归算法-kuaisupzixudiguisuanfa kuaisupzixudiguisuanfa
mid
- 将任意一个已知长度的数列按照一定的顺序进行排序-Arbitrary length sequence of a known sequence in accordance with a certain sort
Tree
- 左偏树 一种特殊的数据结构,适合用于不等秩归并-Left-side tree, a special data structure suitable for merging ranks ranging
grafo
- Algoritmo de Prim en lenguaje C
maandian
- 如果A[i][j]是第i行中值最小的元素且又是j列中值最大的元素,则称之为一个马鞍点,要求实现一个mхn矩阵的所有马鞍点-a small project
work1
- 类的继承与实现,在当今的编译语言里,只有学会了C语言才是硬道理-Inheriting classes and implementation