资源列表
openHashTable
- Visual Studio 2008下运行成功 开闭散列表的类 数据结构-Run successfully under Visual Studio 2008 opening and closing of the hash table class data structure
prim
- 建立无向图,初始化矩阵,输出无向图的邻接矩阵-The establishment of an undirected graph, initialize the matrix, the output adjacency matrix of undirected graph
astack
- 本人编写的来数组实现的堆栈,定义了很多操作,是本人学习数据结构的一点小结-a stack write by me
Arithmetic24gamedemo
- 数据结构课程设计报告吗,算术24游戏演示,功能齐全,界面友好。-Design reports for data structure course, arithmetic 24 game demos, functional and friendly interface.
kmp
- KMP String Matching VC++实现的KMP字符串匹配算法-KMP String Matching VC++ implementation of the KMP string-matching algorithms
editor
- 简易的小说阅读器,支持文章新增,修改和删除。-Simple fiction reader, supporting articles to add, modify and delete.
Binary-tree-reconstruction
- 二叉树的重建 Descr iption 给定二叉树的先序遍历序列和中序遍历序列,重建二叉树,并对其进行后序遍历。 Input 第一行为一个整数t(0<t<10),表示测试用例的数目。以下t行,每行输入一个测试用例,包含两个字符序列s1和s2,其中s1为一棵二叉树的先序遍历序列,s2为中序遍历序列。s1和s2之间用一个空格分隔。序列只包含大写字母,并且每个字母最多只会出现一次。 Output 对于每个测试用例,用单独一行输出对该二叉树进行后序遍历得到的字符序列,
Trie
- trie树的一个实现 trie树是在字符串匹配中常用的一种高效数据结构-trie tree trie tree is a realization of the string matching used in an efficient data structure
VC7775
- 自己编写的二叉查找树,分享给想学数据结构的开发人员。包括节点插入、节点删除、最大值,最小数值,后继元素,重载标准输出操作符…… -I have written a binary search tree data structure wants to learn to share the development of staff. Including node insertion, node deletion, the maximum value, minimum value, subsequ
5.30
- 用层序法输入树,用正常顺序输出,做到了数的输入和输出,实验简单,可以另加接口-Act with input sequence tree, using the normal order of output, so the number of input and output, a simple experiment could be an additional interface
rebuildTree
- 使用前序和中序构建二叉树,之后根绝二叉树的结构打印出其后续的遍历结果-Using pre-order and in order to build a binary tree, and then eradicate the binary tree structure to print out the results of its subsequent traversal
Nhuanghoug
- N皇后问题采用位算法来运算,速度很快,但是最多只适合32个皇后的运算-N queens problem by bit algorithm to compute, very fast, but only for a maximum of 32 Queen s operations