skip to main
|
skip to sidebar
Java by 北極熊
2008年1月10日 星期四
lab recursive method
Write a recursive method to compute Fibonacci series.
Hint:
fib(n)=fib(n-1)+fib(n-2)
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, ...
測試第九個是否為21
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
北極
Loading...
北極熊
JavaWorld@TW
北極熊的無名
Java物件導向程式設計
網誌存檔
▼
2008
(6)
▼
1月
(6)
Just For Some One
Lab Hanoi Tower
lab recursive method
期末報告
"Lab Magic Parking Tower"
Lab Array
►
2007
(36)
►
12月
(9)
►
11月
(6)
►
10月
(15)
►
9月
(6)
沒有留言:
張貼留言