资源列表
tree
- 假设以如下说明的三元组 (F、C、L/R) 序列输入一棵二叉树的诸边(其中 F 表示双亲结点的标识,C 表示孩子结点标识,L/R 表示 C 为 F 的左孩子或右孩子),且在输入的三元组序列中,C 是按层次顺序出现的。设结点的标识是字符类型。F=‘^’时 C 为根结点标识,若 C 亦为‘^’,则表示输入结束。试编写算法,由输入的三元组序列建立二叉树的二叉链表,并以中序序列输出。 ^AL ABL ACR BDL CEL CFR DGR FHL ^^L -Assuming the fo
zuishuxiajiangfa
- 运用最速下降法来给函数求极值的c++ 程序-Using the steepest descent method to seek extreme value to the function of the c++ program
avltree1
- 平衡二叉树 生成,可生成、删除树,还可对一棵树的节点进行插入、排序、删除操作-AVL Tree generator
SM3_cpp
- SM3杂凑算法c++实现, 测试字符串abc-The SM3 hash algorithm c++ achieve, test string abc
erchashujisuanqi
- 数据结构的二叉树遍历,多功能计算器,是学习二叉树的经典案例-Binary tree traversal of the data structure, multi-function calculator, is a classic case of learning binary tree
emd
- EMD程序,目前找到的最好用的EMD程序。使用HHT的朋友可以-EMD procedures currently used to find the best EMD procedures. Friends can use the HHT
MurmurHash
- mur hash是 Austin Appleby于2008年创立的一种非加密hash算法,适用于基于hash进行查找的场景。murmurhash在多个开源项目中得到应用,包括libstdc、libmemcached、nginx、hadoop等。-MurmurHash is a non-cryptographic hash function suitable for general hash-based lookup. It was created by Austin Appleby in 200
datastruct1
- 一些数据结构算法的例子,包括哈夫曼编码、图的表示、关键路径、最短路径等-Some examples of data structure algorithms, including Huffman coding, map, said the critical path, the shortest path, etc.
邻接矩阵表示图
- 用邻接矩阵存储表示图的结构,采用的是深度优先算法
dsa
- 这里包含有数据结构中所有的的算法和代码,非常适合学习数据结构的人,有栈,队,链表,图等等经典算法,非常适用-It contains all of the data structure algorithms and code,which is very suitable for starte learning data structures, such as stack, team, list, graph and so on ,it is very useful
sortoutside
- 外排序 对于海量数据进行快速排序 然后利用败者树进行归并的算法的一个模板-Outside the huge amount of data to sort for quick sort loser tree and then use the algorithm to merge a template
Bernoulli-Quee
- Bernoulli Quee 方便学习数据结构-Bernoulli Quee, a kind of data structure
