How to generate Fibonacci series in reverse order without using arrays and loops? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How to generate Fibonacci series in reverse order without using arrays and loops?

29th Mar 2017, 6:54 AM
Rakesh
Rakesh - avatar
3 Answers
+ 16
Recursion wherein base case is variable == 0. I'm out in the streets so can't type it out now.
29th Mar 2017, 7:26 AM
Hatsy Rei
Hatsy Rei - avatar
0
They don't really have an end so I don't really know how could you do it. Apart from that, recursion would do the job.
29th Mar 2017, 6:57 AM
Norbivar
Norbivar - avatar
0
fibonacci series reverse order in python
26th Feb 2023, 7:16 AM
KRISHNAKUMAR
KRISHNAKUMAR - avatar