资源列表
LCS
- 最长公共子序列问题求解
LCS_Ex
- 最长公共子序列问题求解,采用动态规划的算法,对两个字符串进行求解最长公共子序列。-Longest common subsequence problem solving, using dynamic programming algorithm to solve the two string longest common subsequence.
semiSupervisedLearning
- 数据挖掘需要用到的一些waka资料和代码-Data mining need to use some of the information and code waka
222
- 实现停车场的基本进出问题,用栈和队列实现,若满栈则进队列等候-Parking lot and out to achieve the basic problem with the stack and queue implementations, if you enter the queue waiting for a full stack
stack_array
- 栈,用数组实现,包括对栈的初始化,入栈,出栈,查看,-Stack, with the array implementation, including the initialization of the stack, stack, stack, view,
courseDesign
- C语言课程设计例子,迷宫的实现,包括了需求分析,概要设计,详细设计,测试,源代码等-C language curriculum design example, the realization of the maze, including requirements analysis, preliminary design, detailed design, testing, source code, etc.
lab_1
- 数据结构中线性表的具体实现,线性表的数据包括姓名,学号,年龄,和成绩-Linear list data structure in the specific implementation, the linear form of the data, including name, student number, age, and performance
lab4.1
- 数据结构中矩阵相加的具体实现,使用了变量的重定义-The sum of the matrix data structure implementations, using variable redefinition
lab4.2
- 数据结构中矩阵相乘的具体实现,输入请按矩阵方式输入-Data structure in the concrete realization of matrix multiplication, the input mode, press the input matrix
stack
- 数据结构中栈操作的实现,包括出栈,入栈,判断栈是否为空等-Stack data structure operations to achieve, including the stack, the stack, the stack is waited in vain to determine
mytree
- 这是关于二叉树遍历的程序,包括前序、中序、后序,以及递归和非递归遍历-This is about the binary tree traversal procedures, including pre-order, in order, the order, as well as non-recursive and recursive traversal
binarytree
- 这是一个关于二叉树的各种操作的数据结构程序-This is a variety of operations on binary datastructure program
