[algogeeks] Re: Lop in Linked List

2010-10-11 Thread Chi
@Sri: Thank! On Oct 11, 6:52 am, Krishan Malik wrote: > HEAD--->x-->y-->z--->5--->6--->7>2--->4--- >                                       ^                                      | >                                       |            LOOP                | >                                    

Re: [algogeeks] Re: Lop in Linked List

2010-10-11 Thread Krishan Malik
HEAD--->x-->y-->z--->5--->6--->7>2--->4--- ^ | |LOOP| --- -Sri On Sun, Oct 10, 2010 a

[algogeeks] Re: Lop in Linked List

2010-10-10 Thread Chi
> http://fgiesen.wordpress.com/2010/10/08/cycle-detection-algorithms-are-handy-to-know/ On Oct 10, 7:50 pm, bittu wrote: > Can anyone xplain me what is exaxct meanig of lopp in slngly linked > list ...wat should be the approach to solve dis problem > > thnx in advancs > > shashank -- You receiv