Skip to content

Commit

Permalink
Update DynamicProgrammingFibonacci
Browse files Browse the repository at this point in the history
  • Loading branch information
yuehhua committed May 3, 2020
1 parent dc02635 commit e030b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DynamicProgrammingFibonacci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, ...
```

請根據遞迴撰寫產生費氏數列的程式,輸入為數列的序數,輸出為費氏數列的數值。
請根據動態規劃撰寫產生費氏數列的程式,輸入為數列的序數,輸出為費氏數列的數值。

## [動態規劃(Dynamic Programming,DP)](https://en.wikipedia.org/wiki/Dynamic_programming)

Expand Down

0 comments on commit e030b70

Please sign in to comment.