Thread: Linked List Merge Sort

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    23

    Linked List Merge Sort

    Could someone post a commented example of a merge sort of a singly linked list , or provide a link to a good commented example. Thank you. Its for a program where the linked list is of nodes consiiting of data about a customer. Any example of a linked list emrge sort will help. Thank you again.

  2. #2
    Registered User matheo917's Avatar
    Join Date
    Sep 2001
    Posts
    279
    do a search on Google and you'll get about half a million hits...

  3. #3
    Registered User
    Join Date
    Feb 2003
    Posts
    23
    Yeah but none of them are commented well

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C++ Linked list program need help !!!
    By dcoll025 in forum C++ Programming
    Replies: 1
    Last Post: 04-20-2009, 10:03 AM
  2. Reverse function for linked list
    By Brigs76 in forum C++ Programming
    Replies: 1
    Last Post: 10-25-2006, 10:01 AM
  3. Linked List
    By jpipitone in forum C Programming
    Replies: 4
    Last Post: 03-30-2003, 09:27 PM
  4. Linked list with two class types within template.
    By SilasP in forum C++ Programming
    Replies: 3
    Last Post: 02-09-2002, 06:13 AM
  5. singly linked list
    By clarinetster in forum C Programming
    Replies: 2
    Last Post: 08-26-2001, 10:21 PM