Question d’entretien chez Barclays

Write down code to calculate Fibonacci in 2 ways - then asked to explain complexity.

Réponses aux questions d'entretien

Utilisateur anonyme

29 mai 2010

Very embarrassing experience - recommend to have a good review on Year One computer sceience topics.

Utilisateur anonyme

12 mars 2016

it can be written in recursion and iteration fashion. Both are O(n).