Amazon interview question

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

Interview Answer

Anonymous

16 Aug 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