Question d’entretien chez a la mode

Create two methods that return the next number in a Fibonacci sequence given a position. One must use recursion, the other must not.

Réponse à la question d'entretien

Utilisateur anonyme

23 août 2018

Plenty of solutions will work. Be ready to talk about things like performance considerations, potential implementation bugs, etc...