Skip to content

Commit 5dc1708

Browse files
authored
Correct inaccurate Chinese translation. (trekhleb#768)
1 parent ae91537 commit 5dc1708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ _Read this in other languages:_
175175
* `B` [快速算次方](src/algorithms/math/fast-powering)
176176
* `A` [排列](src/algorithms/sets/permutations) (有/无重复)
177177
* `A` [组合](src/algorithms/sets/combinations) (有/无重复)
178-
* **动态编程** - 使用以前找到的子解决方案构建解决方案
178+
* **动态规划(Dynamic programming)** - 使用以前找到的子解决方案构建解决方案
179179
* `B` [斐波那契数](src/algorithms/math/fibonacci)
180180
* `B` [跳跃游戏](src/algorithms/uncategorized/jump-game)
181181
* `B` [独特路径](src/algorithms/uncategorized/unique-paths)

0 commit comments

Comments
 (0)