资源列表
binaryTree
- 二叉树操作汇总,几乎设计所有算法,遍历递归、非递归、查找、求深度-Binary operation summary, almost all the design algorithm, recursive traversal non-recursive, search, and depth and so on
Untitled5
- 树的操作 能够实现一些基本的二叉树的交换和深度判断-Tree operations to achieve some basic binary assessment of the depth of exchange and
workspace
- 用动态规划解决背包问题,采用递归和非递归两种方式实现,递归过程中保留中间结果以减少复杂度-Dynamic Programming Knapsack Problem
yiyuanduoxiangshi
- 实现了一元多项式的基本运算,加减乘除等,本程序功能齐全,简单实用-To achieve a polynomial of the basic operations, addition, subtraction, etc.
path
- 迷宫是一个二维矩阵,其中1为墙,0为路,3为入口,4为出口.要求从入口开始,从出口结束,按照 下,左,上,右 的顺序来搜索路径-The maze is a two-dimensional matrix, including one for the wall, 0 for the road, 3 for the entrance, four of them for export requirements from the entrance from the export end of the se
1
- 1)使用先序遍历序列构造算法,使用二叉链表,表示算术表达式2*3+6/3的标识符树; 2)求标识符树的先序、中序、后序序列,各存入数组中并显示结果; 3) 求树中叶子结点的个数 附加:3)使用后序序列求表达式的值(使用栈实现); -1) Use a preorder traversal sequence construction algorithm, using the linked list of binary, indicating that the arithmetic
radixSort.cpp.tar
- 这是一个基数排序的算法源程序,算法被单独写成一个函数,希望对大家有用-This is a radix sort algorithm source code, algorithms are written as a separate function, we hope to be useful
LIST
- 链队列的应用——约瑟夫环 链队列的应用——约瑟夫环-it is
xishuM1
- 十字链表的定义与相关操作,十字链表的建立及输出。
tu_bianli
- 利用C语言实现数据结构中的图的建立,根据边的数目建立图,并用深度遍历法遍历图等-The use of C language data structure diagram of the establishment, in accordance with the number of edge-building plans, and the depth of traversal method traverse map
b
- 数据结构-循环队列,用c语言实现了循环队列的操作-Data structure- the cycle queues, the language used to achieve the cycle c queue operation
Cpp1
- KM算法,很好的用于求二分图的最优匹配问题-KM algorithm, very good for seeking the optimal bipartite graph matching problem