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 algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to