mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-11 23:16:07 +00:00
Fix a definition.
This commit is contained in:
@@ -374,7 +374,7 @@ $$
|
||||
=== "<12>"
|
||||

|
||||
|
||||
### 状态压缩
|
||||
### 空间优化
|
||||
|
||||
由于每个格子只与其左边和上边的格子有关,因此我们可以只用一个单行数组来实现 $dp$ 表。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user