摘要: If you want to understand the concept of link, the first thing you should do is understanding the symbol. Different cpp files will be compiled separat 阅读全文
posted @ 2023-01-30 20:48 0x7F 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 状态机描述的是状态,以前的dp是只有1个或不多个状态,现在是把状态拆分为一个过程,把一个过程用确定的状态和状态之间的关系描述出来 常规方法考虑的是状态以及在不同状态下的计算方式,状态机考虑的是一个过程以及在这个过程中发生的状态变化 在大盗阿福一题中, 常规方法是考虑2种情况,一种是未选择当前房间,另 阅读全文
posted @ 2023-01-30 00:09 0x7F 阅读(43) 评论(0) 推荐(0) 编辑