//
pkg.gl
Category
github.com/yezihack/studyalg
fibonacci
package
0.0.0-20200816143326-9e46547089d0
Repository:
https://github.com/yezihack/studyalg.git
Documentation:
pkg.go.dev
Overview
Dependencies
1
Dependents
0
#
README
斐波那契数列
由前二项相加等于后一项,以次类推
例
0, 1, 1, 2, 3, 5, 8, 13, 21, 34