Why are Fibonacci numbers significant in computer science?

前端 未结 9 1798
有刺的猬
有刺的猬 2021-01-29 19:43

Fibonacci numbers have become a popular introduction to recursion for Computer Science students and there\'s a strong argument that they persist within nature. For these reasons

9条回答
  •  青春惊慌失措
    2021-01-29 20:19

    Just to add a trivia about this, Fibonacci numbers describe the breading of rabbits. You start with (1, 1), two rabbits, and then their population grows exponentially .

提交回复
热议问题