Karthik,

Can you please explain what your algorithm is doing?
If I am not wrong, we are given a BST in an array form meaning 'i'th
element has children at indices '2i' and '2i+1' right?
Does a unique BST exist for such an array (I believe it does), how to
prove?


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/algogeeks
-~----------~----~----~----~------~----~------~--~---

Reply via email to