Skip to content

Commit 2879d5f

Browse files
committed
Update 0526. 优美的排列.md
1 parent 00e1613 commit 2879d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Solutions/0526. 优美的排列.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class Solution:
173173

174174
###### 3. 状态转移方程
175175

176-
对于状态 $state$,先统计出 $state$ 中选择的数字个数(即统计二进制中 $1$ 的个数)$one_num$。
176+
对于状态 $state$,先统计出 $state$ 中选择的数字个数(即统计二进制中 $1$ 的个数)$one\underline{\hspace{0.5em}}num$。
177177

178178
则 $dp[state]$ 表示选择了前 $one\underline{\hspace{0.5em}}num$ 个数字,且选择情况为 $state$ 时的方案数。
179179

0 commit comments

Comments
 (0)