Question d’entretien chez Beast Code

Implement a Fibonacci sequence on the whiteboard.

Réponse à la question d'entretien

Utilisateur anonyme

22 mai 2021

I wrote an iterative implementation for performance reasons, but I also talked through an easier recursive implementation and concepts like memoization.