0
Need more enlightening on Fibonacci series
How does the whole iteration process occur. And how exactly is it applicable in real projects.
2 Antworten
+ 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.
0
k man