最全 LeetCode 背包问题目录(持续更新)

## 背包问题(目录)

1. 01背包 : [背包问题 第一讲](https://mp.weixin.qq.com/s/xmgK7SrTnFIM3Owpk-emmg)

    1. 【练习】01背包 : [背包问题 第二讲(416. 分割等和子集)](https://leetcode-cn.com/problems/partition-equal-subset-sum/solution/gong-shui-san-xie-bei-bao-wen-ti-shang-r-ln14/)

    2. 【学习&练习】01背包 : [背包问题 第三讲(416. 分割等和子集)](https://leetcode-cn.com/problems/partition-equal-subset-sum/solution/gong-shui-san-xie-bei-bao-wen-ti-xia-con-mr8a/)

2. 完全背包 : [背包问题 第四讲](https://mp.weixin.qq.com/s?__biz=MzU4NDE3MTEyMA==&mid=2247486107&idx=1&sn=e5fa523008fc5588737b7ed801caf4c3&chksm=fd9ca184caeb28926959c0987208a3932ed9c965267ed366b5b82a6fc16d42f1ff40c29db5f1&token=990510480&lang=zh_CN#rd)

    1. 【练习】完全背包 : [背包问题 第五讲(279. 完全平方数)](https://leetcode-cn.com/problems/perfect-squares/solution/gong-shui-san-xie-xiang-jie-wan-quan-bei-nqes/)

    2. 【练习】完全背包 : [背包问题 第六讲(322. 零钱兑换)](https://leetcode-cn.com/problems/coin-change/solution/dong-tai-gui-hua-bei-bao-wen-ti-zhan-zai-3265/)

    3. 【练习】完全背包 : [背包问题 第七讲(518. 零钱兑换 II)](https://leetcode-cn.com/problems/coin-change-2/solution/gong-shui-san-xie-xiang-jie-wan-quan-bei-6hxv/)

3. 多重背包 : [背包问题 第八讲](https://mp.weixin.qq.com/s?__biz=MzU4NDE3MTEyMA==&mid=2247486649&idx=1&sn=ba09ee2d78377c2ddbb9e43622880133&chksm=fd9ca7a6caeb2eb0db61b7604a4aaa8d3ca90d6bc05eb6f50aaab415c4bd7f0047c1ca591018&token=1008907671&lang=zh_CN&scene=21#wechat_redirect)

4. 多重背包(优化篇)

    1. 多重背包(优化篇): [背包问题 第九讲](https://mp.weixin.qq.com/s?__biz=MzU4NDE3MTEyMA==&mid=2247486796&idx=1&sn=a382b38f8aed295410550bb1767437bd&chksm=fd9ca653caeb2f456262bbf70ffe1eeda8758b426a901a6ac15be184e7017870020e456c6fa2&token=1821593597&lang=zh_CN#rd)

    2. 多重背包(优化篇): [背包问题 第十讲](https://mp.weixin.qq.com/s?__biz=MzU4NDE3MTEyMA==&mid=2247486963&idx=1&sn=51d34f0f841122ed9be2335a402041e8&chksm=fd9ca6eccaeb2ffa1abe413177be376799b427b092bfb73c13e7b77e171b460f4c24b3b7d3bc&token=1821593597&lang=zh_CN#rd)

5. 混合背包

    1. 【练习】混合背包

6. 分组背包

    1. 【练习】分组背包

7. 多维背包

    1. 【练习】多维背包 : [背包问题 第 * 讲(474. 一和零)](https://leetcode-cn.com/problems/ones-and-zeroes/solution/gong-shui-san-xie-xiang-jie-ru-he-zhuan-174wv/)

    2. 【练习】多维背包 : [背包问题 第 * 讲(879. 盈利计划)](https://leetcode-cn.com/problems/profitable-schemes/solution/gong-shui-san-xie-te-shu-duo-wei-fei-yon-7su9/)

8. 树形背包

    1. 【练习】树形背包

9. 背包求方案数

    1. 【练习】背包求方案数 : [背包问题 第 * 讲(494. 目标和)](https://leetcode-cn.com/problems/target-sum/solution/gong-shui-san-xie-yi-ti-si-jie-dfs-ji-yi-et5b/)

    2. 【练习】背包求方案数 : [背包问题 第 * 讲(879. 盈利计划)](https://leetcode-cn.com/problems/profitable-schemes/solution/gong-shui-san-xie-te-shu-duo-wei-fei-yon-7su9/)

10. 背包求具体方案

    1. 【练习】背包求具体方案 : [背包问题 第 * 讲(1049. 最后一块石头的重量 II)](https://leetcode-cn.com/problems/last-stone-weight-ii/solution/gong-shui-san-xie-xiang-jie-wei-he-neng-jgxik/)

11. 泛化背包

    1. 【练习】泛化背包

你可能感兴趣的:(最全 LeetCode 背包问题目录(持续更新))