Skip to content

Commit aedaa91

Browse files
authored
docs: translate section title to Chinese
1 parent 96480bc commit aedaa91

File tree

1 file changed

+1
-1
lines changed
  • solution/2400-2499/2466.Count Ways To Build Good Strings

1 file changed

+1
-1
lines changed

solution/2400-2499/2466.Count Ways To Build Good Strings/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ func countGoodStrings(low int, high int, zero int, one int) int {
198198

199199
<!-- solution:start -->
200200

201-
### Solution 2: Dynamic programming
201+
### 方法二:动态规划
202202

203203
<!-- tabs:start -->
204204

0 commit comments

Comments
 (0)