# 01背包求解
**Repository Path**: bingling_ice-cream/ZeroOne-knapsack-solution
## Basic Information
- **Project Name**: 01背包求解
- **Description**: No description available
- **Primary Language**: C#
- **License**: MulanPSL-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-04-23
- **Last Updated**: 2022-04-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: Csharp, 数据结构和算法
## README
物品重量:5 10 6 8 13 2 14 19
物品价值:6 18 6 2 14 3 12 12
最大负重:50
求解开始
购买方案
True True True False True True True False
总重:50
最大价值:59
求解结束
耗时:7.9935毫秒