Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Re: Help with using mergesort to sort a list of names alphabetically?

    Try a simple input of Strings in reverse order so you can easily see what is happen at each step.
    {"Z","Y","X","W","V", "U"}

    I suspect you will get something like: {X, Y, Z, U ,V , W}
  2. Re: Help with using mergesort to sort a list of names alphabetically?

    Can you post the contents of the list before the sort and after the sort so we can see what the code does?
Results 1 to 2 of 2