Merge Sort a Linked List

Posted by Andrew Peters on Stack Overflow See other posts from Stack Overflow or by Andrew Peters
Published on 2008-08-11T11:43:27Z Indexed on 2010/06/13 14:32 UTC
Read the original article Hit count: 276

Filed under:
|
|

I was recently brushing up on some fundamentals and found merge sorting a linked list to be a pretty good challenge. If you have a good implementation then show it off here.

© Stack Overflow or respective owner

Related posts about algorithm

Related posts about sorting