Tuesday, April 12, 2011

Swap children of a tree

write a program that implements a function Swap_Tree() that takes a binary tree and swaps left and the right children of every node .

No comments: