@albert I am not forming a separate list. My assumption was that next pointer is present in the node. But I will try to post a solution with only left and right pointers.
On Mon, Aug 30, 2010 at 12:10 AM, albert theboss <[email protected]>wrote: > @Chonku: > > you cant use "next" pointer in that... > > you have to make link list such that right ptr points to next node > > and left pointer to prev node.... > > Am i right??? > correct me if i am wrong..... > > -- > 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]<algogeeks%[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.
