文件名称:0-1bag
介绍说明--下载内容均来自于网络,请自行研究使用
运用贪心算法解决0-1背包问题;
运用回溯法解决0-1背包问题;
运用分支界限法解决0-1背包问题。
-Use greedy algorithm to solve 0-1 knapsack problem
Use backtracking to solve the 0-1 knapsack problem
Using the branch and bound method to solve the 0-1 knapsack problem.
运用回溯法解决0-1背包问题;
运用分支界限法解决0-1背包问题。
-Use greedy algorithm to solve 0-1 knapsack problem
Use backtracking to solve the 0-1 knapsack problem
Using the branch and bound method to solve the 0-1 knapsack problem.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Greedy.java
Knapsack.java
Knapsack1.java