Wednesday, September 26, 2012

In a binary tree replace each node's value (except leaf node) with the sum of left and right subtree's value.

No comments :