Need more enlightening on Fibonacci series | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Need more enlightening on Fibonacci series

How does the whole iteration process occur. And how exactly is it applicable in real projects.

14th Dec 2017, 10:10 AM
Michael King
Michael King - avatar
2 Réponses
+ 4
In computer science there's Fibonacci heaps and Fibonacci search and Fibonacci coding, and the Fibonacci numbers are closely related to the Lucas numbers (2,1,3,4,7,11,...) and the golden ratio (1.618...) all of which have their uses also. The "iteration process" - adding two previous numbers to get the next - is called a recurrence relation and this kind of thing is being used in programming all the time. I guess it depends on what your "real projects" are about! Fibonacci numbers also pop up in maths and biology and art and physics.
14th Dec 2017, 11:32 AM
Schindlabua
Schindlabua - avatar
0
k man
14th Dec 2017, 1:08 PM
Michael King
Michael King - avatar