资源列表
n
- 输入广义表表示法表示的二叉树的字符串,以#作为字符串结束标志,将广义表形式的字符串创建为链式存储结构的二叉树,并中序遍历该二叉树,输出中序遍历的序列-Enter the generalized form of binary notation string, with# as a string end marker, the generalized form of the string table storage structure to create the binary tree for th
m
- 输入广义表表示法表示的二叉树的字符串,以#作为字符串结束标志,将广义表形式的字符串创建为链式存储结构的二叉树,并先序、中序和后序遍历该二叉树,输出先序、中序和后序遍历的序列 -Enter the generalized form of binary notation string, with# as a string end marker, the generalized form of the string table storage structure to create the binar
array
- 数组实现多项式加减运算、降幂排序、稀疏判定等功能-Subtract the array to achieve polynomial, descending sort, the sparse functions determined
02_7
- C语言写的,自动生成迷宫的格局,确定迷宫是否能走通,如果能走通,输出行走路线。-Written in C language side, the pattern of auto-generated maze to determine whether to go through the maze, if you can go through, the output routes.
List-operations
- 主要包括两个方面,一个是要利用链表的插入运算建立线性链表,并利用链表的查找、删除、输出等基本运算反复实现这些操作,另一个方面就是要建立两个链表,把它们合并成一个线性表。-Mainly include two aspects, one is to use a linked list into a linear list operations, and use the search list, delete, export and other basic operations to achieve
course-desing-of-data-structure
- 北京大学数据结构与算法的讲义,包括二叉树、图、栈、队列、字符串等。很实用。-Data structures and algorithms, Peking University lecture notes, including the binary tree, graph, stacks, queues, strings, and so on. Very practical.
data-structure
- 《数据结构—用C语言描述》,蔡明志编写的书的数据结构源代码,初学者可以使用里面封装的小程序。-" Data structure- with the C language to describe," Tsai Ming-chi book written in the data structure source code inside the package, beginners can use the applet.
huffman
- 从文件中读入字符集大小n,以及n个字符和n个权值。构建哈夫曼树,对每个字符生成哈夫曼编码。从文件中读入需编码的字符串,利用哈夫曼编码,对字符串进行编码,编码结果保存在文件。-The character read from the file set size n, and n-n character and the right values. Construction of Huffman tree generated Huffman code for each character. Read f
DataStructAndAlgorithnInC
- 数据结构与算法分析c语言版,维斯版第二版源码-Source code for Data struct & Algorithm Analysis in c,2nd Edition,Mark Allen Weiss
DFS
- 深度遍历算法,开发环境VC6.0,实现了对所有节点的深度遍历-Deep traversal algorithm, development environment VC6.0, realized the depth of traversal of all nodes
cod1
- knapsack algen with genetick algorthm
1-108
- 数据结构拓扑排序算法,有向图中产生一种拓扑排序序列。基于栈和邻接表的存储结构实现-Topological sort
