所有文章
神奇的斐波拉契数列
斐波拉契数列是一个非常神奇的数列,它的定义如下: F0 = 0, F1 = 1, Fn = Fn-1 + Fn-2 (n >= 2) 我们可以写出它的前几项: 0, 1, 1, 2, 3, 5, 8, 13…
阅读全文 »Welcome to Jekyll!
You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways,...
阅读全文 »