资源列表
MinTree
- 图的基本操作实现以及利用图实现最小生成树的求取,多文件连接,完美运行- Basic operations and the use of graphs to achieve to achieve the minimum spanning tree diagram to strike, multi-file access, perfect run
Stack
- 栈的基本操作和扩展操作实现,自己编译,多文件连接,完美运行- The basic operation of the stack and extended operations to achieve their translation, multi-file access, perfect run
SqList
- 线性表的基本操作和扩展操作实现,完美运行-Basic operations and expand operations to achieve linear form, perfect run
1.cpp.tar
- codeforces program code
Cat-Eat-Mouse
- 学习数据结构的一次作业,利用C语言中的数组编写,希望对初学者有所帮助.-Once the job learning data structures, using an array of written in the C language, and I hope to help beginners.
Sample-Code
- AS devil is here get it and leave it. am a joking.
main
- 设置在mxn的棋盘上,来回走路,走到最近的边角点就输出yes,否则(即不存在这样的走法)输出no。属于一道简单的模拟算法题目- 文言文 西班牙语 英语 粤语 中文 ON划词翻译ON实时翻译 Set back and forth to walk in the mxn chessboard,, go to the nearest corner point on the output of yes, otherwise (i.e., there is no such move) ou
source
- /* 功能: 输入参数:int*p 指向二维数组的首地址,该二维数组第0行的两个数分别表示:总钱数<30000,和希望购买物品的个数<25 该数组从第1行到第m行(1<=j<=m)中给出了编号为j的物品的基本数据,每行有2个非负整数, 表示该物品的价格(<=10000)和该物品的重要度(1~5)。 GetResult表示不超过总钱数的物品的价格与重要度乘积的总和的最大值(<100000000)。
GAIJINMAOPAOFA
- 冒泡法是数据排序的一种基本算法,它的基本方法是:相邻两元素进行比较,如有需要则进行交换,每完成一次循环就将最小元素排在最后(如从大到小排序),下一次循环是将其他的数进行类似操作?如将N 个数按从大到小排序-Bubble method is a basic algorithm for sorting data, which is the basic method: Comparison of two adjacent elements, then if necessary, be exchange
MGraph
- 是数据结构中图的实现算法,是用二维数组实现的,用C语言写的。希望能给大家一个参考-Is a data structure diagram of the algorithm is implemented using two-dimensional array, using C language. I hope to give you a reference
LGraph
- 是关于图的实现,是用的邻接链表法,用C语言实现的,希望能给大家一个参考-Is the realization of graphic, with the adjacency list method, using C language, I hope to give you a reference
BTree
- 是关于数据结构里面一般树的代码,用C语言写的,不错的一个代码。-There is general tree data structure code, written in C language, a good code.