资源列表
largest-sub-matrix
- 最大子矩阵和 求一个n*m矩形的最大子矩形和 子矩形的规格为x*y-hdu1559 largest sub-matrix and Seeking a n* m rectangular sub-rectangular and sub-rectangular specifications for x* y
Roman-to-Integer
- 罗马数字转换为阿拉伯数字,整形,小于3-roman invert to the int number
Cpp1
- 队列的实验,可以实现简单操作,但是有些错误-Queue experiments, simple operation, but some errors
lagrange
- source code for implementation ofLagrange s method of numerical analysis methods in mathematics.
CountingSort
- 在众多排序中,排序有堆排序,快速排序,计数排序,基数排序和桶排序等,下面是计数排序-counting sort
bubble-sorting
- 冒泡排序,是指计算机的一种排序方法,它的时间复杂度为O(n^2),虽然不及堆排序、快速排序的O(nlogn,底数为2),但是有两个优点:1.“编程复杂度”很低,很容易写出代码;2.具有稳定性,-bubble sorting in C/C++
QSort
- 快速排序算法。注释详细而且正确运行,希望对大家有用。-Quicksort algorithm. Notes the detailed and correct operation, and the hope that useful.
1979
- 深度优先搜索(DFS),此代码为自己写的POJ1979题的源代码。使用dfs算法简单水过。-Depth-first search (DFS), this code is to write their own POJ1979 title of the source code. Dfs algorithm is simple to use water too.
Cpp1
- 这段代码是实现寻找最大最小数算法的一段代码,可正确输出一组数据的最大最小数。-This code is to realize the algorithm for maximum minimum number of a piece of code, which can output the maximum number of minimum a set of data.
exp1-1
- 输出所有小于等于n(n为大于2的正整数)-Output all less than or equal n (n is a positive integer greater than 2) primes
sy
- 排序二叉树中任意两个结点的最近祖先结点输出-Sorted binary tree nodes in any two of the most recent ancestral node output
eightqueens
- 用C语言设计八皇后问题,用0和1的形象表示-eight queens C