Google interview question

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

Interview Answer

Anonymous

9 Mar 2011

Don't forge to use a stack!

1