随笔分类 -  1.3 动态规划——状态压缩

摘要:题面 https://www.luogu.org/problem/P3959 题解 阅读全文
posted @ 2019-08-29 00:09 HellPix 阅读(173) 评论(0) 推荐(0)
摘要:题面 https://www.luogu.org/problem/P2704 题解 状态压缩$dp$的经典题了吧。 因为直接压压不动,所以我写的是$hash$+记忆化。 阅读全文
posted @ 2019-08-28 23:12 HellPix 阅读(141) 评论(0) 推荐(0)