资源列表
[数据结构常用算法] Quick_Sort5
说明:提供快速排序的一种版本,可以较好的改变快速排序的时间性能。-Provides a quick sort version, you can better sort of time changing fast performance.<chenhm> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 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<chenhm> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] shujujiegouxuexi
说明:用于初学者的一些完整的程序代码,通俗易懂,绝对适合。-Some complete program code for beginners , easy to understand , and is suitable .<天秤小牛> 在 2025-06-18 上传 | 大小:229kb | 下载:0
[数据结构常用算法] diagonal-matrix
说明:一个对角矩阵,有如下共享成员,输入、输出、加减乘、转置等函数。结果都是一个用一位数组表示的对角矩阵。重载运算符<<,>>,+,-和*。-A diagonal matrix, there are shared members, input, output, subtraction multiplication, transpose and other functions. The result is an array represented by a diagonal ma<dongyuan> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Matrix
说明:把一个N*N的三角矩阵按列的方式映射到一个3N*2的一维数组,功能设置,输入输出、存储搜索、加减乘、转置。-Put an N* N triangular matrix is mapped to the column by way of a one-dimensional array of 3N* 2, the feature set, input and output, storage, search, add and subtract multiply, trans<dongyuan> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] C-Matrix
说明:C-矩阵,除去第一行、第一列、最后一列外都为0.这样一个C-矩阵可以压缩存储为一维数组,先逐行再第一列的顺序。并且支持存储搜索功能。-C-matrix, removing the first row, first column, the last column are zero outside, so a C-matrix can be stored as a compressed one-dimensional array, then the order of the first column<dongyuan> 在 2025-06-18 上传 | 大小:1kb | 下载:0