spiral order traversal of tree

Write a function to print spiral order traversal of a tree. For below tree, function should print 1, 2, 3, 4, 5, 6, 7.
spiral_order

Comments

Popular posts from this blog

Circular game survival