资源列表
[数据结构常用算法] shortestway
说明:数据结构最短路径算法实现,可实现有向图,无向图,有向网,无向网四种最短路径求解,最后打印路径,和路径长度-Data structure to achieve the shortest path algorithm can be realized digraph, undirected graph, to the network, without the four shortest path to the network to solve the final print path, and pat<ling> 在 2025-06-07 上传 | 大小:184kb | 下载:0
[数据结构常用算法] Splay
说明:伸展树 都知道如果使用二叉查找树树平衡度不好则会降低查询效率,所以我们要维护二叉树的平衡性,即TreapTree 、SplayTree 、AVL、红黑等,本文介绍伸展树的平衡原理和核心代码 -Tree stretching all know if you use binary search tree tree balance will not reduce the query efficiency, and therefore we have to safeguard the balan<sql> 在 2025-06-07 上传 | 大小:184kb | 下载:0
[数据结构常用算法] link
说明:用带表头的链表存放输入的数据,每读入一个数,按升序顺序插入到链表中,链表中允许两个结点有相同值。链表的头结点存放链表后面的结点个数,初始化时就生成头结点(初值为0)。链表翻转是把数据逆序(变成降序),注意,头结点不动。翻转后要再翻转一次,恢复升序后才能插入新元素,否则会出错。-Using the list with the first table input data storage, each read a few, according to ascending order of insert<brian> 在 2025-06-07 上传 | 大小:184kb | 下载:0
[数据结构常用算法] TripleMatrix
说明:输入稀疏矩阵中非零的元素,然后建立整个矩阵,实现这两个矩阵相加、相减和相乘运算。 -Enter non-zero elements of sparse matrix, and then build the whole matrix, to achieve these two matrices are added together, subtraction, and multiplication operations.<wang> 在 2025-06-07 上传 | 大小:184kb | 下载:0
[数据结构常用算法] bijiao
说明:数据结构c语言各种排序时间复杂度的比较,希尔排序,快速排序等-C language data structure a variety of sorting time complexity comparison, Shell sort, quick sort, etc.<wulianfeng> 在 2025-06-07 上传 | 大小:184kb | 下载:0
[数据结构常用算法] sh_SVM_regression
说明:SVM回归方面的代码,可供入门学习者参考。包含有部分matlab代码。-SVM aspects of the code, for entry learners.<xueshi> 在 2025-06-07 上传 | 大小:185kb | 下载:0
[数据结构常用算法] binary-tree-traversal
说明:程序包括二叉树的前序,中序,后序遍历以及特定数据的查找-Program includes former preorder, preorder, after preorder of binary tree traversal and finding specific data. For simple binary tree software curriculum.<方荣> 在 2025-06-07 上传 | 大小:185kb | 下载:0
[数据结构常用算法] math
说明:算法,一个算术表达式是由操作数(operand)、运算符(operator)和界限符(delimiter)组成的。假设操作数是正实数,运算符只含加减乘除等四种运算符,界限符有左右括号和表达式起始、结束符“#”,如:#(7+15)*(23-28/4)#。引入表达式起始、结束符是为了方便。编程利用“算符优先法”求算术表达式的值。-Algorithm, an arithmetic expression is made up of operands (operand), operator (operat<靳以2002> 在 2025-06-07 上传 | 大小:185kb | 下载:0