each node in a linked list has one next pointer how can node 3 point to 9 & 4.
On Fri, Jun 3, 2011 at 10:56 AM, Arpit Mittal <[email protected]>wrote: > L1 L2 > 1 5 > 2 7 > 3 > 9 4 > > Is this situation not possible? > > > On Thu, Jun 2, 2011 at 10:23 PM, anand karthik <[email protected] > > wrote: > >> How can that be unless 3 has two "next" nodes? >> >> -- >> 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. >> > > > > -- > -Arpit Mittal > 6th Semester, > Indian Institute of Information Technology,Allahabad > Email : [email protected] > [email protected] > Contact : +91-8853049787 > > Let every man be respected as an individual and no man idolized. > > > -- > 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. > -- Cheers Naveen Kumar -- 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.
