Pregunta de entrevista de Amazon

Write a function that prints out a binary tree in order.

Respuesta de la entrevista

Anónimo

16 ago 2013

This is a question that should be asked to new graduates, not to people w/ 10+ yrs experience. People use libraries to do this now and this is ancient history.

2