Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdeeac5a

Browse files
author
luzhipeng
committed
fix: typo
1 parentb159f16 commitdeeac5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎problems/279.perfect-squares.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ DP 的代码见代码区。
7373
我的做法是 key 就是 n,value 是以 n 为起点,到达底端的深度。
7474
下次取出缓存的时候用当前的 level + 存的深度 就是我们想要的 level.
7575

76-
-使用递归的核心点还是选和不选的问题
76+
-使用动态规划的核心点还是选和不选的问题
7777

7878
```js
7979
for (let i=1; i<= n; i++) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp