资源列表
JoySef
- 约瑟夫环 约瑟夫环 约瑟夫环 约瑟夫环-the circle of Joysef
TestFind
- 实现文本格式文件中的括号匹配. 匹配算法采用堆栈来实现. 文件读取异常还需完善的人性化一些-Text format documents matching brackets. Matching algorithm uses the stack to achieve. Paper anomaly needs to be well-read human nature of some `` ``
SkipList
- SKiplist是一种概率应用于平衡树的替换数据结构。-Skip list is a probabilistic alternative to balanced trees that provide much of the simplicity of unbalanced trees , togethere with good worst-case expected performance.
5555
- 是数据结构中的基数排序算法,挺不错的,谢谢大家-Data structure is a sorting algorithm in the base, very good, thank you
huffmancode
- 霍夫曼编码前缀编码Huffman Coding-Huffman Codeing
ArithmeticCoding
- 算术编码熵编码Arithmetic Coding-Arithmetic Coding
Theshortestpathmethod
- 最短路径方法The shortest path method-The shortest path method
Algorithm
- 排序算法Sorting algorithm-Sorting algorithm
Directlyintothealgorithm
- 直接插入算法Directly into the algorithm-Directly into the algorithm
datastructure
- 数据结构示例。适用于对数据结构有一定基础的人研究练习-Examples of data structure. Data structure suitable for a certain practice-based studies
pxtree
- 每一个参加排列的数据对应二叉树的一个结点,且任一结点如果有左(右)子树,则左(右)子树各结点的数据必须小(大)于该结点的数据。中序遍历排序二叉树即得排序结果。-Order to participate in each of the data corresponding to a binary tree node, and any one node if there is left (right) subtree, then the left (right) subtree of the data
li1
- 设有由n个不相同的整数组成的数列,记为: a(1)、a(2)、……、a(n)且a(i)<>a(j) (i<>j) 例如3,18,7,14,10,12,23,41,16,24。 若存在i1<i2<i3< … < ie 且有a(i1)<a(i2)< … <a(ie)则称为长度为e的不下降序列。如上例中3,18,23,24就是一个长度为4的不下降序列,同时也有3,7,10,12,16,24长度为6的不下降序列。程序要求,当原