资源列表
subtraction_of_two_link_list
- this source code can subtract two sorted link-list.
JosephLink
- 约瑟夫问题,链表实现。有N个数,从S开始报数m,打印出序序列-Joseph problems linked list. There are N number, starting from the S reported that the number m, print out the order sequence
binary_tree_traversal
- binary tree traversal algorithm
zuixiaodaijia
- 最小生成树,所得到的代价最小,适合学生学习 数据结构-Minimal cost to the minimum spanning tree, suitable for students learning data structures
gray
- Gray码是一个长度为2n的序列。序列中无相同元素,每个元素都是长度为n位的串,相邻元素恰好只有1位不同。用分治策略设计并实现一个算法对任意的n构造响应的Gray码。-Gray code is a sequence of length 2n. No similar sequence elements, each element is n-bit string length, the adjacent element is only a difference exactly. With sub-r
VCshujuku
- 约瑟夫环求解 约瑟夫环求解 约瑟夫环求解-Joseph Joseph Central, Central, solving solving solving Joseph Joseph Central, Central, Central Solving Solving Joseph
YYZ_DictS
- 迪杰斯特拉算法的另外一种写法。。代码简单易懂-Dijkstra algorithm is a different wording. . Code is straightforward. .
0-1-bag-problem
- 一种算法来解决0-1背包问题,这是非常好的-one arithmetic to solve 0-1 bag problem
PEDGE
- prime算法实现的另一算法,针对不同类型的不同实现,比较清晰-prime algorithm in another algorithm, for different types of
tsp
- 著名的旅行商问题解法,非常精简,带有注释!!提供给大家学习,-The famous traveling salesman problem solution, very streamlined, with a comment! ! Available to everyone to learn! ! !
3
- 利用random(0,1)实现random(a,b) 原型: void srand(unsigned seed) 功能: 产生随机数的起始发生数据,和rand函数配合使用-Starting with the use of a random number generated occurrence data, and the rand function: the use of random (0,1) to achieve random (a, b) prototype: void sra
double-linked-list
- a data structure program written solely for educational purposes. this program creates a double linked list. have many uses in solving analytical problems.