资源列表
1
- Tom最近在寻宝并且找到了一个金矿,在这个金矿中有许多大小不一的金块。 Tom只带了一个容积为V的袋子,请你计算出Tom最多能带走多少金块。Tom无法切 割金块,所以Tom要么将整个金块带走,要么只能将金块留下。 -Tom in the treasure hunt and found a gold mine gold there are many different sizes of gold bullion. Tom with only a volume V of the bag, y
yanweimin
- 清华严蔚敏的数据结构的课后习题解答的答案版,是pdf格式的。-Yan Wei Min, Qinghua data structures after-school exercise to answer the answer version, pdf format.
recover-the-binary-tree
- 利用先序,中序遍历恢复二叉树 ,用兴趣的朋友可以看一下-Advantage of the preorder traversal restore binary tree, and interested friends can look at
box-nesting
- 最长d维箱嵌套问题的贪心算法, 采用贪心算法不能得到整体最优解, 但其最终结果也可以是最优解的很好的近似-The Greedy Algorithm of the Longest Nesting of d一Dimenson Boxes
parking
- 学数据结构时最简单的两个应用的实现。一个是停车场,含有工程文件在内的所有文件。一个是通讯录,只有cpp文件。请在vc下运行,其他环境可能需要其他头文件。-Two simple applications using the knowaledge of <data structure and algorithm>. One is a parking app, with all files included. Another is a phone book . Both run wi
EightQueenUI
- C#关于八皇后问题的一个图形实现,通过VS2010编写,采用回溯算法-8 QUEUES probrem with C#.
Lecture5_Queens
- 可以解决N皇后的问题 输入矩阵大小就可以打印各个大小的八皇后问题结果-N-Queens problem can be solved to enter the matrix size can print various size eight queens problem results
AVL
- AVL 平衡 二叉树的建立分析和删除的方法代码 -AVL 平衡 二叉树的建立分析和删除的方法代码
wo
- 用顺序栈实现回文的判断,由用户数任意字符串可做出判断-The palindrome judgment order of the stack
Lecture2
- 线性表 C++栈的实现 出栈入栈 是数据结构算发的基础-线性表 C++栈的实现 出栈入栈 是数据结构算发的基础
Lecture3
- 线性队列的实现 采用 c++代码 是算法的基础-Linear queue using c++ code is the basis of the algorithm
Lecture4
- 链式的栈和队列的c++实现,是数据结构的基础啊-The chain stacks and queues c++ to achieve, is the basis of the data structure
