Microsoft interview question

Print the binary tree in zig-zag order.

Interview Answers

Anonymous

5 June 2012

I felt it was very difficult, as we need to use both stack and queue alternately to print the tree in zig-zag order.

Anonymous

9 June 2012

i think its possible with usage of double animated propetis..........!!!