if we take two pointers..one ahead of another initially..then jump one
of the pointer twice..until it reaches the beginning(printing the
valu) n similar for the another pointer
does ptr->next->next means ha.f travelling the list?

On 8/21/11, muthu raj <muthura...@gmail.com> wrote:
> Segregate the Odd and even nodes in the list by traversing in O(n). Then
> print the resulting list in O(n). So no additional space required and
> solution in O(n) time also :)
> *Muthuraj R
> IV th Year , ISE
> PESIT , Bangalore*
>
>
>
> On Fri, Aug 19, 2011 at 9:48 AM, priya ramesh <
> love.for.programm...@gmail.com> wrote:
>
>> +1 sagar! i too have the same answer :)
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Algorithm Geeks" group.
>> To post to this group, send email to algogeeks@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.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@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.
>
>


-- 
*Dheeraj Sharma*
Comp Engg.
NIT Kurukshetra
+91 8950264227

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@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