Posts by Lamick • 21 points
1 post
-
2
votes1
answer459
viewsQ: Very slow recursive Fibonacci method, what is the cause?
I made a program with recursiveness, but when the user type 50, the processing to generate the Fibonacci sequence is now over extremely slow. Is it due to data input/output processing on the…