Earlier today I was looking at a challenge. The problem was stated as:
“Print in reverse order a Fibonacci series”.
I have learned and used a couple times the Fibonacci series but time goes by and I am a firm believer that one should not memorize what you can look up. Software developers would look up the definition or better yet, a Class and associated method that would generate it.
Let’s start with a definition of what a Fibonacci number is from Wikipedia: Continue reading “Reverse Fibonacci Series”