资源列表
Btree
- 二叉树应用,显示树形结构 对于任意的树型结构按从上到下,从左到右的方式显示出来,要求父结点在子结点的左上方,结点之间不需要连线。-Tree applications, shows that for any tree by the tree structure from top to bottom, left to right show the way, asked the parent node in the upper left sub-node, between nodes do not
guibingpaixu
- 这是我自己写的一个归并排序的算法实现 -This is what I had written a merge sort algorithm ~ ~
130-3
- 对给定的单链表L,设计一个算法,删除L中值为x的结点的直接前驱结点-Single list of a given L, design an algorithm to delete L in the value of x the direct precursor of nodes nodes
guohe
- 农夫过河问题也一直是一个比较经典的问题,本程序能够正确给出农夫如何过河的抉择过程以及解决方法。-The farmer has always been a problem across the river more classic issues, this program shows farmers how to cross the river to the correct choice of process and solution.
er
- 计算二叉树结点总数的个数的,功能很强大的,相信我的代码-Calculate the total number of binary tree nodes, the function is very powerful, I believe my code
kuohao
- 括号匹配。对C语言程序中必须成对出现的符号如“()”、“[]”、“{}”等进行配对检测。-Matching parenthesis. C language program must be paired with symbols such as "()" "[]", "{}" pair detection.
Hotname
- 数据结构采用的是独立链法。用一个maxtimes和maxname实时跟新最大次数及对应的名字。使用了一个 hash函数: hash = hash * 131 + (int)name[j] int serial = hash 10007 (先要卷乘131,然后将得到的结果模一个和10000相近的素数,采用10007)(网络上的现成的算法)。然后生成一个链表,链表由节点组成,节点里面装入姓名和出现的次数;如果出现次数为0,则新建节点,否则在原节点操作(出现冲突时要下拉节点)。-The data st
tsdbl
- 对于一个给定的任意边数和顶点值的有向图或无向图,用邻接表存储,并用深度优先搜索算法实现对图的遍历。
DI10
- 插入排序,冒泡排序的源程序,警方挥洒火箭发射 化手法和
poj3468
- 北大在线题库3468题标程代码,经典数据结构“线段树”的完美运用
migong
- 迷宫问题!个人编译的!较为简单!希望和大家一起分享!多多关照!-thank you!!!
programa-base-fila
- recursividade com lista encadeada