资源列表
SearchTree
- Mac OS,用Xcode下的C语言实现二叉查找树。(SearchTree in C language by Xcode on Mac Os.)
HuffmanCoding
- 实现任意二进制文件压缩解压,包括txt、ppt、pdf、mp3、jpg等格式的文件(Realization of compression and decompression of arbitrary binary files)
微软等数据结构算法面试100题全部答案集锦
- 微软等数据结构算法面试100题全部答案集锦(Microsoft and other data structure algorithms for 100 answers to all answers)
exm2_001
- 以先序遍历的方式创建二叉树以及中序后序输出该二叉树(First order the two forked tree and the output of the middle sequence)
实验一
- 信息量的计算,包括信源熵,条件熵,联合熵和交互熵四种熵值计算(The calculation of the amount of information)
循环队列
- 基于C-C++的循环队列的构建及基本操作,插入,删除,查找等操作的实现(C-C + + based on the construction of circular queue and the basic operation, insert, delete, search and other operations to achieve)
数据结构模板
- 平衡二叉树 堆排序 快速排序 的直接可用模板(balanced binary tree)
a path with a distance of K and no loop
- 求无向图任意两个顶点是否存在距离为k且不含回路的路径(Whether any two vertex of an undirected graph has a path with a distance of K and no loop)
text
- 实现二叉树的遍历,给定先序和中序二叉树,返回整个二叉树的结构(To achieve the traversal of the binary tree, the structure of the whole binary tree is returned given the first sequence and the middle sequence binary tree)
test2
- 利用堆栈的形式对Huffman编码算法进行编程,编码过程还是比较高效的(Huffman encoding algorithm using the form of the stack programming, the encoding process is more efficient)
堆栈
- c语言中对于堆栈的理解并且对常出现的错误进行剖析,便于与开发者理解(The understanding of the stack in the C language and the analysis of the frequently occurring errors are easy to understand with the developers.)
22
- 数据结构题目:使用邻接表存储实现拓扑排序(Topological sorting by adjacency table)
