Question d’entretien chez Microsoft

The differences between recursive and iterative implementations?

Réponses aux questions d'entretien

Utilisateur anonyme

7 juil. 2010

Explain from the compiler's computation point of view

Utilisateur anonyme

25 août 2010

Recursive allocates space on stack to load the function for each call Iterative works on the same memory just walks thru the memory variable space.