Given an ancestor matrix for an binary tree where a[i][j]=1 if "i" is parent to "j", else a[i][j]=0 create the binary tree. from given ancestor matrix --
Algorithmor program or any approach will be appreciated Thanks & Regards Shashank -- 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.
