资源列表
[数据结构常用算法] 0-1knapsack_problem
说明:0/1背包问题:给定n种物品和一个容量为C的背包,物品i的重量是wi,其价值为vi,0/1背包问题是如何选择装入背包的物品(物品不可分割),使得装入背包中物品的总价值最大?回溯法解决0/1背包问题-0/1 knapsack problem: given n types of items and a knapsack of capacity C, the weight of item i is wi, the value of vi, 0<侯伟> 在 2025-01-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Joseph_Central
说明:数据结构中的经典问题,约瑟夫环在C++中的具体算法实现-Data structure of the classical problem, Joseph Ring in C++ algorithm specific<zhoujie> 在 2025-01-18 上传 | 大小:1kb | 下载:0