Pergunta de entrevista da empresa Google

Write code for depth first search in a binary tree (iterative or recursive) and explain what's the performance.

Resposta da entrevista

Sigiloso

9 de mar. de 2011

Don't forge to use a stack!

1