Adobe Interview Question

breadth level fashion BST ?

Interview Answers

Anonymous

Oct 20, 2011

with some limitations imposed apply BFS , using queue property , and flushing at each level .

Anonymous

Dec 9, 2011

There are detailed analysis and solution on a blog: http://codercareer.blogspot.com/2011/10/no-11-print-binary-trees-from-top-to.html