Re: [algogeeks] Special Binary Treee....Stuckkk!!!!!

2011-02-01 Thread Balaji
Hi Shashank, Please find below the psuedocode for constructing the Binary tree from pre and post order traversal. My assumption was that given pre and post order traversal of a tree, binary tree can be constructed of any form. Correct me if I am wrong.. Lets assume the pre and post order travers

[algogeeks] Special Binary Treee....Stuckkk!!!!!

2011-02-01 Thread bittu
Given a Special BT in which Each Non Leaf Node Except Root Has at- least two children .Given Pre-order and Post-order of Tree Your Task is to design the tree From the Given Information.. Thanks & Regards Shashank Mani -- You received this message because you are subscribed to the Google Groups