Thread: MergeSort implementation with linklist.

  1. #1
    Registered User
    Join Date
    Sep 2002
    Posts
    24

    MergeSort implementation with linklist.

    After i do the mergesort implementation with array. Now i am think about doing it with pointer type, as linklist.
    Does any one have any ideas?
    Coz i cannot do so....too difficult...
    especially on the recursion and merge...
    TO RUN FOR FAILURE

  2. #2
    julie lexx... btq's Avatar
    Join Date
    Jun 2002
    Posts
    161
    check this out..

    maybe it will get you somewhere..
    /btq
    ...viewlexx - julie lexx

  3. #3
    Registered User
    Join Date
    Sep 2002
    Posts
    24
    PERFECT!
    Very good algorithm!!!
    Thank you so much~~^.^
    Having a good time with it now...hehehe
    TO RUN FOR FAILURE

  4. #4
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    ohh noooo.... it's a void main example...... oh well
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. rand() implementation
    By habert79 in forum C Programming
    Replies: 4
    Last Post: 02-07-2009, 01:18 PM
  2. Natural Mergesort
    By wuzzo87 in forum C Programming
    Replies: 31
    Last Post: 04-14-2007, 09:41 PM
  3. implementation file
    By bejiz in forum C++ Programming
    Replies: 5
    Last Post: 11-28-2005, 01:59 AM
  4. LinkList Sorting in C
    By simly01 in forum C Programming
    Replies: 3
    Last Post: 11-25-2002, 01:21 PM
  5. Quick LinkList Help!!adding at the End
    By simly01 in forum C++ Programming
    Replies: 13
    Last Post: 07-28-2002, 07:19 AM