Problems based on Fibonacci Series:
0, 1, 1, 2, 3, 5, 8, 13, 21 ,34, 55, 89, 144 .........
First=0
Second=1
Third= 0+1= 1 Sum of Previous 2 values
Fourth= 1+1= 2
Fifth= 1+2= 3
Sixth= 2+3= 5
And so on.....
It's about Technology and Machines, that is the future. Welcome to the world of Deep Learning, Machine Learning, Artificial Intelligence, Data Science, Programming, Coding, Data Structures and Algorithms (DSA).