coool hai...

On Jan 12, 5:18 pm, sunny agrawal <sunny816.i...@gmail.com> wrote:
> @manoj
> we need to find a common node, not nodes in list having same values
> how a node can be pointing to 2 next values at the same time
> as in your case 3 is pointing to both null and 6, I think
>
>
>
> On Wed, Jan 12, 2011 at 5:44 PM, manoj <manoj.lala...@gmail.com> wrote:
> > my understanding of question when I have given solution...
>
> > list1 =
>
> > 4-->2-->3-->6
>
> > list2 =
>
> > 5-->7-->2-->3
>
> > output should be: 2,3
>
> > other understand of this question on which davin has given solution
> > is..
>
> > two linked list froming  Y
>
> > and find intersecting node or find if they are intersecting or not.
>
> > On Jan 12, 5:05 pm, Davin <dkthar...@googlemail.com> wrote:
> > > @manoj, Can you please explain question about your understanding?
>
> > > On Jan 12, 4:19 pm, manoj <manoj.lala...@gmail.com> wrote:
>
> > > > wake up ..L
>
> > > > I think original question has asked about intersection (set
> > > > intersection)...not the node intersection of two linked list.........
>
> > > > On Jan 12, 4:04 pm, juver++ <avpostni...@gmail.com> wrote:
>
> > > > > Justify your algo on examples.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Algorithm Geeks" group.
> > To post to this group, send email to algoge...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > algogeeks+unsubscr...@googlegroups.com<algogeeks%2bunsubscr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/algogeeks?hl=en.
>
> --
> Sunny Aggrawal
> B-Tech IV year,CSI
> Indian Institute Of Technology,Roorkee

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algoge...@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to