资源列表
Linked_List
- linked_list的简单实现 数据结构的经典问题 -linked_list simple data structure to achieve a classic problem
josphe
- josphe算法的实现,包含一个头文件,分别进行了相关定义-failed to translate
queen
- N皇后问题 输入N 可以得到问题的解-N QUEEN
mytree
- 二叉树结构的定义,并对所定义的树结构进行遍历-failed to translate
kmp
- KMP算法,能够实现字符串的模式匹配!C++语言实现!-KMP 算法,能够实现字符串的模式匹配!
bfs
- This bfs program-This is bfs program..
depth
- 后序遍历求二叉树深度。-After the depth of traversal for binary tree.
Binary
- 汇编写的二叉树 输入相应大节点 自动产生相应大二叉树-Binary Tree
chengxu
- 数据结构的一些比较经典的程序,适合刚学的人,里面的一些程序都是比较常用的-Data structure of some of the more classical procedures, suitable for those who just study, which compared a number of procedures are commonly used
Huffman
- 本课程设计的目的是使学生掌握数据结构的基本概念和算法分析方法,以提高学生的编程能力和解决实际问题的能力。-This course is designed to enable students to master the basic concepts of data structures and algorithms analysis in order to enhance student programming ability and the ability to solve practical
LCS
- 最长公共子序列(LCS)算法 求两个字符串的最长公共子序列。 X的一个子序列是相应于X下标序列{1, 2, …, m}的一个子序列,求解两个序列的所有子序列中长度最大的,例如输入:pear, peach输出:pea。 -LCS
KMP
- 给定两个串S和T,长分别m和n,算法给出了一个找出二串间最大匹配的算法。该算法可用于比较两个串S和T的相似程度。-Given two strings S and T, respectively m and n, an algorithm to find the second largest string matching algorithms. The algorithm can be used to compare two strings S and T the degree of simil