资源列表
function
- 创建一个链表,使之具有各种功能,查询,删除,添加等-Create a list, so that it has various functions
BinaryTree Visit,all methods
- 二叉树的所有遍历算法,包括前序、中序、后序的递归与非递归算法,还有层次遍历从上至下、从下至上、从左到右、从右到左遍历方法。
parking_1
- 停车场 堆栈模拟程序 可以用于学习堆栈和队列知识-parking
BinaryTree-Visit-all-methods
- 最全的二叉树遍历算法,包含前序、中序、后序的递归与非递归算法,还有按层次遍历(从上往下,从下往上,从左往右,从右往左)算法-The most complete binary tree traversal algorithm, including pre-order, in order, postorder recursive and non recursive algorithm, as well as by level traversal (from top to bottom, from b
node
- 1)键盘输入一组元素,建立一个无头结点的单向链表(无) (2)遍历(打印)单向链表。 (3)把单向链表中元素逆置(不允许申请新的结点空间)。 (4)在单向链表中删除所有的偶数元素结点。 (5)对链表排序,排序后链表元素按照非递减 方式排列 (注意:排序时如果要交换两个结点的顺序,不得通过交换结点的内容,而需要使用改变指针的方式交换结点的位置。建议使用直接插入排序算法)。 (6)利用算法5建立两个非递减有序单向链表,然后合并成一个非递减链表。 (7)利用算法1建立的链表
problem_c
- google code jam 2014 资格赛的C问题的算法源码 -algorithm source google code jam 2014 qualifiers C problems
dynamic-programming
- 动态规划算法,包括最长公共子序列、矩阵链相乘、FLOYD、背包算法等。-Dynamic programming algorithm, including the maxinum common sub sequence, matrix chain multiplication, FLOYD, knapsack algorithm, etc..
数据结构中的计算器
- 是一种数据结构的算法,实现一种简单的数据计算功能-is a data structure of the algorithm to achieve a simple function data
zju1006
- zju 1006 Do the Untwist
jiadian
- 数据结构课程设计,家电管理系统,包括家电的类型,型号(不能输入字母,如需要可以将型号int型改成char即可输入字母),数量,价格。可以创建,插入,删除,查询,打印,更新,销毁。-Data structures curriculum design, home appliance management system, including the type of appliance, model (not type the letter, if necessary, can be type int
linked-list-reverse-output
- 数据结构,单链表 ,逆序输出,数据结构,单链表 ,逆序输出-data structure ,linked list,reverse,output
Banker
- 操作系统中避免死锁——银行家算法的实现。
