资源列表
[数据结构常用算法] hdu3091_Necklace
说明:HDU3091 求解哈密顿回路数,状态压缩动态规划实现-Solving Hamiltonian circuit HDU3091 the number of dynamic programming to achieve the state compression<LJJ> 在 2025-06-13 上传 | 大小:1kb | 下载:0
[数据结构常用算法] paixu
说明:编写程序,对一个整数数组使用某种排序方法(自选)进行降序排列,输出排序前后的数组内容 设计一个复数类,包含必要的属性、构造方法和成员方法,在程序中调用这些方法并输出运算结果。-The preparation of procedures, an array of integers using a sort method (optional) in descending order, the output sorted array of pre-and post content design of<倪政> 在 2025-06-13 上传 | 大小:1kb | 下载:0
[数据结构常用算法] linearlist
说明:线性表的插入、删除、查找等基本操作设计与实现 用线性表提供的接口去求解实际问题 线性表的的存储方法-Linear table insert, delete, search and other basic operation of the design and implementation of linear table provides an interface to solve practical problems in the linear form of the storage m<丹丹> 在 2025-06-13 上传 | 大小:1kb | 下载:0
[数据结构常用算法] dfs
说明:深度优先搜索算法DFS的实现,1.如果有可能,访问一个领接的未访问的节点,标记它,并把它放入栈中。 2 当不能执行规则 1 时,如果栈不为空,则从栈中弹出一个元素。 3 如果不能执行规则 1 和规则 2 时,则完成了遍历。-Depth-first search algorithm DFS implementation, 1. If possible, visit a collar then outstanding access node, mark it and put it into the<陈源> 在 2025-06-13 上传 | 大小:1kb | 下载:0
[数据结构常用算法] expression
说明:利用堆栈先进后出的特点,使用进栈与出栈实现各种表达式的运算。-After the stack out of the use of advanced features, the use of the stack into the stack and out of operations to achieve a variety of expressions.<陈源> 在 2025-06-13 上传 | 大小:1kb | 下载:0