@Navin
I dont think der is any need to sort the preorder traversal
given ...it will cost u more
as sorting take O(n log n  ) and recursion alone will take O(n^2)
{mentioned in step 4 }

sO the overall complexity will be the sum of two..+ space of O(n) //to
store inorder traversal

-- 
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.

Reply via email to