资源列表
[数据结构常用算法] recall
说明:回溯.rar是一种系统地搜索问题的解的方法。回溯算法的基本思想是:从一条路往前走,能进则进,不能进则退回来,换一条路再试。-Back. Rar is a systematic search of the solution method. The basic idea of backtracking algorithm is: from one way forward, can be entered into, can not enter the return to, try another ro<李一凡> 在 2025-06-14 上传 | 大小:602kb | 下载:0
[数据结构常用算法] mathlib_double
说明:一个C++语言的数学库头文件 包含向量、矩阵等类及相关函数-a C++ head file on math,include vector,matrix class and some useful functions.<yaokun> 在 2025-06-14 上传 | 大小:4kb | 下载:0
[数据结构常用算法] Merge
说明:假设有两个按元素值递增有序排列的线性表A和B,均以单链表作存储结构,请编写算法将A表和B表归并为一个按元素值递减 有序(即非递增有序,允许表中含有值相同的元素)排列的线性表C,并要求利用原装(即A表和B表)的结点空间构造C表。-Suppose there are two elements of value increasing by an ordered arrangement of the linear forms A and B, are linked to a single stora<吴立国> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 3
说明:假设一个算术表达式中可以包含三种括号:圆括号,方括号和花括号,且这三种括号可按照 任意的次序嵌套使用,编写判别给定表达式中所含括号是否正确配对出现的算法(已知表达式已 存入数据元素部位字符的顺序表中)-Suppose an arithmetic expression can include three kinds of brackets: parentheses, square brackets and curly braces, and the three brackets can b<吴立国> 在 2025-06-14 上传 | 大小:1kb | 下载:0