How about merge sort.

On Thu, Oct 7, 2010 at 1:22 PM, snehal jain <learner....@gmail.com> wrote:

> There are two linked list, both containing a character in each node.
>
> If one linked list contain characters  o x e n c and second contain
> characters e n c a r t a then the final linked list should contain o x
> e n c a r t a    i.e. if the end of one list is same as the start of
> second then those characters should come only once.
>
> can we do it in O(n+m) where n and m are the length of list. both are
> singly link list.
>
> --
> 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.
>
>

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