Pergunta de entrevista da empresa Microsoft

The differences between recursive and iterative implementations?

Respostas da entrevista

Sigiloso

7 de jul. de 2010

Explain from the compiler's computation point of view

Sigiloso

25 de ago. de 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.