Domanda di colloquio di Google

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

Risposta di colloquio

Anonimo

9 mar 2011

Don't forge to use a stack!

1