good quesn.....i also want to know....just in case On Thu, Aug 4, 2011 at 2:50 AM, Anurag Narain <[email protected]> wrote: > suppose there is a binary tree and i am creating another tree which is same > as the previous one. > but while creating the new tree i am freeing the nodes of my old tree(i.e., > i create one node in new tree and delete the corresponding node in old tree > and continue the process till the new tree is formed which is same as old > tree but the old tree now does not exist) > > > would this conversion be considered in-place?? > > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. >
-- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
