资源列表
[数据结构常用算法] Maze
说明:迷宫算法(maze) /* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK, * 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary. * Each step can be made horizontally or vertically for one more gri<JerryJiang> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数据结构常用算法] d_function
说明:分支限界tsp算法中求下界函数的值。有中文注释。-Tsp branch and bound algorithm for the lower bound of the value function. Chinese Notes.<吴男> 在 2025-06-11 上传 | 大小:866kb | 下载:0
[数据结构常用算法] DataStruct
说明:数据结构实验程序 线性表 栈和队列 二叉树 图 查找 内部排序-Experimental procedures for linear data structures stack and queue table tree diagram to find the internal order<liuzhou> 在 2025-06-11 上传 | 大小:321kb | 下载:0
[数据结构常用算法] Huffmatreeofdatastructure
说明:哈夫曼树又称最优二叉树,是一种带权路径长度最短的二叉树。所谓树的带权路径长度,就是树中所有的叶结点的权值乘上其到根结点的路径长度(若根结点为0层,叶结点到根结点的路径长度为叶结点的层数)。树的带权路径长度记为WPL=(W1*L1+W2*L2+W3*L3+...+Wn*Ln),N个权值Wi(i=1,2,...n)构成一棵有N个叶结点的二叉树,相应的叶结点的路径长度为Li(i=1,2,...n)。可以证明哈夫曼树的WPL是最小的。-Huffman tree is also called the op<刘正朝> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数据结构常用算法] datastruct
说明:数据结构(C语言)实验报告_飞机订票系统.rar-Data structure (C language) _ experimental aircraft booking system report. Rar<lfning> 在 2025-06-11 上传 | 大小:133kb | 下载:0
[数据结构常用算法] algorithms
说明:最长单调子序列、字符串比较、加油问题及背包问题的算法分析及求解-The longest monotone subsequence, string comparison, the fuel problem and knapsack problem analysis and solving algorithms<leen> 在 2025-06-11 上传 | 大小:13kb | 下载:0