We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae91537 commit 5dc1708Copy full SHA for 5dc1708
README.zh-CN.md
@@ -175,7 +175,7 @@ _Read this in other languages:_
175
* `B` [快速算次方](src/algorithms/math/fast-powering)
176
* `A` [排列](src/algorithms/sets/permutations) (有/无重复)
177
* `A` [组合](src/algorithms/sets/combinations) (有/无重复)
178
-* **动态编程** - 使用以前找到的子解决方案构建解决方案
+* **动态规划(Dynamic programming)** - 使用以前找到的子解决方案构建解决方案
179
* `B` [斐波那契数](src/algorithms/math/fibonacci)
180
* `B` [跳跃游戏](src/algorithms/uncategorized/jump-game)
181
* `B` [独特路径](src/algorithms/uncategorized/unique-paths)
0 commit comments