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

Mar 9, 2011

Don't forge to use a stack!

1