资源列表
greedymethod
- 贪婪算法的具体例子 有个国有中型企业,接到一批需要加工零件的订单,员工们非常高兴,可是高兴之后却发现问题了,原来这家企业能够加工这批零件的机床有限,如果仅仅为了这批加工任务而新添机床的话,那么既不合算也不必要,因为加工完这批零件后很可能这些机床又要闲置起来,所以大批量购买肯定不行,但这批订单又必须要完成,那么这么办呢?很想请你帮忙设计一个安排加工任务,使得完成这批订单所需要使用的机器数量最少-An example of greedy method
DataStructure
- 这是数据结构的习题,考试前可以看一看。我认为挺好的-exercise of datastructure
02
- 线性表的链式存储及其运算,能较好的理解计算机中链式存储的原理。-Linear form a chain store and its operation, to better understand the principles of the computer chain store.
shujujiegou
- 数据结构及应用算法_综合训练题+参考答案,是学习数据结构的好资料,一套好的试题-Algorithm for data structure and application of comprehensive training title+ _ suggested answers, is to learn good information data structure, a set of good questions
migong
- 数据结构,迷宫算法,利用栈操作实现迷宫问题求解-Data structure, maze algorithm, the use of stack operations to solve the maze problem
BalanceBinaryTree
- 使用Java实现的数据结构中的平横二叉树-Java implementation of the data structure used in the flat horizontal binary tree
C_CPP-Algorithm-of-case
- c++语言各种经典算法案例,对很多初学者很有用-Algorithm of case
CSharp-DataStructure
- C#版本的数据结构 适合C#编程爱好者学习数据结构-C# version of the data structure for enthusiasts to learn C# programming data structures
haha
- 简单实现a+b,实现acm中的一道经典题型-a simple a+b
1
- 解决约瑟夫问题的巧妙程序,130行代码搞定!你懂得-Clever procedure to solve the problem of Joseph, 130 lines of code to get! You know
qpl
- 实现字符的全排列,C++ 源代码,如 输入a,b,c,就会输出全排列:aa,bb,cc,ab,ac,bc-Achieve full array of characters, C++ source code, such as the input a, b, c, it will output the whole array: aa, bb, cc, ab, ac, bc
DIJK
- 计算最短路径的一种简易方法,在DIJKSTRA算法基础上有所改进-Calculate the shortest path, a simple method based on the DIJKSTRA algorithm improvements
