Friday, April 8, 2011

Zig Zag Order To Doubly linked list

Given a binary tree,convert into a doubly linked list,The list must be as if the tree is traversed in zig-zag order from top to botton.. (left to right in one level and right to level in the next)

No comments: