Search:

Type: Posts; User: Adak

Search: Search took 0.08 seconds.

  1. Replies
    25
    Views
    3,058

    As you can see from the comments in the thread,...

    As you can see from the comments in the thread, sorting is not a simple one-size fits all, job. Far from it.

    Given your original question, Quicksort is the overall general answer - but if it's not...
  2. Replies
    25
    Views
    3,058

    Thanks much for your post - I have to say that...

    Thanks much for your post - I have to say that I've never heard of "bottom up" merge sort before.

    Now I'd like to test it out on both integer and record sorting, against an optimized Quicksort.
    ...
  3. Replies
    25
    Views
    3,058

    The answer is Quicksort. It has the same...

    The answer is Quicksort. It has the same complexity, but better "data locality". Which is to say, that with the common PC architecture, it's able to use the cache a little better.

    Using the cache...
Results 1 to 3 of 3