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

Commite3c9bf5

Browse files
author
杨世超
committed
Update 01.Recursive-Algorithm.md
1 parent31d9afe commite3c9bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Contents/09.Algorithm-Base/02.Recursive-Algorithm/01.Recursive-Algorithm.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def recursion(大规模问题):
206206

207207
####5.1.3 解题思路
208208

209-
根据我们的递推三步走策略,写出对应的递归代码。
209+
根据递归三步走策略,写出对应的递归代码。
210210

211211
1. 写出递推公式:`f(n) = f(n - 1) + f(n - 2)`
212212
2. 明确终止条件:`f(0) = 0, f(1) = 1`

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp