资源列表
LCS
- 最大公共子序列,利用动态规划实现 just enjoy it
xierfa1
- 数据结构中的/希尔排序法(类方法)xierfa1.c-data structure / sorting Hill (methodology) xierfa1.c
csoftware
- 这是表达式求值的c源程序,可对输入的各种表达式求值
test
- 循环队列算法实现,例子说明,简单明了,容易理解。-Circular queue algorithm, examples illustrate the simple, easy to understand.
Panda
- 利用树状数组的性质快速求解前缀和同时可以快速修改-The nature of the tree array fast solution to the prefix and at the same time can quickly modify
Doublelinkedlist
- 双链表的一个简单实现,在VC下可以直接运行通过-Doubly linked list is a simple implementation of the VC can be run directly by
simpleadd
- 仅考虑加减与乘除,无小括号,个位数数字元算程序-Consider only addition and subtraction and multiplication and division, no parentheses, single-digit numeric counting procedures
Btrade
- 创建二叉树,并实现二叉树的先序、中序、后序遍历。-realize the traversal of binary tree
list
- 单项链表的创建,插入,删除。单项链表的创建-Single linked list to create, insert, delete.
duobianxingyouxi
- 算法设计与分析 多边形游戏 动态规划算法 源码 java编写 王晓东版本-Algorithm design and analysis polygon game version of the dynamic programming algorithm source code java prepared Wang Xiaodong
yy
- 把在链表中插入语删除节点的操作写成一个函数。 bool insert(Node *&h,int a,int pos) pos(>=0)为0的时候在表头插入,否则在第pos个结点的后面插入。 bool remove(Node *&h,int &a,int pos) -Written as a function of the parenthesis in the linked list delete node operation. bool insert (Node* &
controlling_companies
- USACO中的controlling compinies,用C++编写,运用了队列和动态规划的知识-controlling compinies of USACO, with C++ prepared, using a queue and dynamic programming knowledge