Search:

Type: Posts; User: BearBearBear

Search: Search took 0.14 seconds.

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

    That's what's confusing me, I traced the whole thing with that test run on paper, and I get the output I'm shooting for.
    But not when I compile and run it. Please help!!
  2. Re: Help with using mergesort to sort a list of names alphabetically?

    Hi, yes, I created a "test" file, since the original file was too large to look at carefully.

    The list would make a array {M, B, J, A, Z, C} without sorting

    After being merge sorted, the array...
  3. Help with using mergesort to sort a list of names alphabetically?

    Hi, I'm trying to sort a list of names alphabetically, case-insensitive by using the mergesort technique.
    I wrote this code and when I trace it through on paper with an example array of names, it...
Results 1 to 3 of 3