资源列表
mergeSort
- merge sort is a sorting algorithm used for sorting data it uses divide and conquer approach
Knapsack
- 0-1背包 给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大?
Joseph
- 文件是一个对约瑟夫环的实现,运用了链表的数据结构对节点进行操作-the project is about the cometrue of Joseph huan using link to operate
exp6_binaryTree
- binary tree is one of most important structure in application of data structure.this file implement the data structure in a recusive way.
hpfilter
- 冈萨雷斯数字图像处理matlab版源码hpfilter源码-Gonzalez Digital Image Processing matlab source code version of source code hpfilter
POLY
- polygon formation in C graphics
compare
- 本代码主要是利用链表结构对输入的两个字符串进行比较,并显示比较结果。-This code is mainly used on the input list structure to compare two strings and displays the results of the comparison.
array-stack
- Stack code in array C
Connecting-two-list
- 关于链表问题,通过这个程序可以将两个链表连接在一起-About list, through this program can question two list together
Eular-Graph
- 判断一个使用邻接矩阵储存的图是否是欧拉图的程序,使用C语言编写-failed to translate
treetolist.cpp
- 从二叉变成双向链表。。面试经常会遇到的题目-Binary into a doubly linked list. .
stack_use
- 用代码创建一个堆栈,在堆栈中压入数据,弹出数据-Create a stack code, data pushed on the stack, pop-up data