Search:

Type: Posts; User: copeg

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    2,142

    Re: MergeSort won't work

    Glad you figured it out...hope you understand how that actually affected the mergesort.
  2. Replies
    7
    Views
    2,142

    Re: MergeSort won't work

    See Arrays. You are quite close (and yes, how you are initially calling the function is the problem), but you want to tell the function to sort the entire array, not just portions of it. Read the...
  3. Replies
    7
    Views
    2,142

    Re: MergeSort won't work

    Think about how you are calling the mergesort function and how this function actually works..it divides and conquers based upon indexes (in this case indexes given to the function as...
  4. Replies
    7
    Views
    2,142

    Re: MergeSort won't work

    I recommend posting an SSCCE that truly demos the problem, as your code seems to sort for me.
Results 1 to 4 of 4