资源列表
exam6-5
- 采用递归算法求解皇后问题:在n*n的方格棋盘上,放置n个皇后,要求每个皇后不同行,不同列,不同左右对角线。-Using recursive algorithm queens problem: Place n queens on n* n checkerboard, each Queen different rows, different columns, different left and right diagonal.
main
- 1.模式匹配:子串在主串中的定位,也叫字符串匹配。模式匹配成功是指在主串S中能够找到模式串T,否则,称模式串T在主串S中不存在。 2.模式匹配的应用在非常广泛。例如,在文本编辑程序中,我们经常要查找某一特定单词在文本中出现的位置。 3.模式匹配算法的研究能极大地提高文本编辑程序的响应性能。 -1 pattern matching: substring positioned in the main string, also called string matching. Pattern
7
- 二叉树排序代码,动态生成二叉树,进行动态查找-Binary tree sort code, dynamically generated binary tree, dynamic search
contain
- 算法插入排序,可以插入多种数据类型,比如整型,字符型,-Insertion sort algorithm, you can insert a variety of data types, such as integer, character, and so on
Huffman
- Huffman编码+贪心算法-Huffman
2262GoldbacsConjecture
- POJ2262解答源码 有兴趣做ACM题目的可以参考下。-POJ2262
zhanhouzui
- 运用栈结构对file.txt中的后缀表达式求值 (字符按空格隔开)-鄙人英文不同 谅解一个
guangyibiao
- 数据结构广义表的C++代码实现,基本上实现广义表的功能,有助于广义表的理解和掌握!-Generalized table data structure C++ code
zhan
- 数据结构作业,栈的建立,输入以及输出。希望大家一起学习-Data structure operations, the establishment of the stack, the input and output. Hope that we will study together
binary-tree
- 这是个有关C语言二叉排序树的简单小小小小程序 -This is a small c language program about binary tree
duiliedemo
- 该程序主要练习了数据结构中队列结构的一些基本操作,都是经过验证可以用的-The program is mainly practiced in the data structure of the structure of some of the basic operations of the structure, are verified to be used
Queen
- n皇后 在一定范围内,可以输出n皇后问题的所有解。-solve the "n queen" problem.