@Abhishek: What sorting algorithm are you going to use?

On Mar 23, 3:02 pm, Abhishek Sharma <jkabhishe...@gmail.com> wrote:
> It is basically sorting the linked list. Do not change the first pointer of
> nodes and use the second pointer for sorting. return the pointer to the
> smallest element. That's it.
>
> On Sat, Mar 24, 2012 at 12:50 AM, Atul Singh <atulsingh7...@gmail.com>wrote:
>
>
>
> > Given a linked list with each node having two pointers : one pointing to
> > next node & other to null;
> > how will u point the second pointer to next larger no. and return the
> > pointer to smallest node
>
> > --
> > ATul Singh | Final Year  | Computer Science & Engineering | NIT Jalandhar
> >  | 9530739855 |
>
> > --
> > 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.- Hide quoted text -
>
> - Show quoted text -

-- 
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