资源列表
binarytree
- 用c++写二叉树的非递归算法,不错的哦,如何不足,请多包含-A binary tree using c++ to write a non-recursive algorithm, bad Oh, how the lack of ability, with
lianshibiao
- (1).键盘输入一组元素,建立一个无头结点的单向链表(无序)。 (2).遍历(打印)单向链表。 (3).把单向链表中元素逆置(不允许申请新的结点空间)。 (4).在单向链表中删除所有的偶数元素结点。 (5).对链表排序,排序后链表元素按照非递减方式排列(注意:排序时如果要交换两个结点的顺序,不得通过交换结点的内容,而需要使用改变指针的方式交换结点的位置。建议使用直接插入排序算法)。 (6).利用算法5建立两个非递减有序单向链表,然后合并成一个非递减链表。 (7).利用算法
1
- 按照图的“邻接巨阵”存储结构实现最小生成树的Prim算法-Accordance with the plans of the " adjacent downline" storage structure Prim minimum spanning tree algorithm to achieve
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
shanhukule
- 数据结构,用于计算多项式相加,程序较简单,具体详见注解-Data structure used to calculate the polynomial sum, the program is relatively simple, specific detailed annotations
Subset-repartition
- 改程序涉及的是子集划分问题。将已知集合划分成不相交的子集,任何子集上的元素满足互不冲突。-Subset repartition
trie
- program to implement a trie and find longest path length, No:of nodes in the trie, Average length of the set of words in the trie, Average no:of nodes per word in the trie etc
code2
- Package consists of 3 codes. First,to Print huffman decoding tree given.Second, to find top level view of a tree. Third, A reviewer rates the two challenges, awarding pointsfor three categories.We define the rating for two person s challenge to be th
linklist
- 线性表的向量存储结构来实现约瑟夫(Josephu)问题-Solving The Problem of Josephu using linklist
Greedy_DelleteNumber
- using greedy tratage to solve the problem of Number Delete.
b
- 用c++写的回文判断 用两 个栈实现的 一个用于辅助
DijkstrasAlgo
- Djkstra Shortest path algorthm