Slashdot Mirror


User: rlax34

rlax34's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Have you interviewed a brand-new BSCS lately? on InfoWorld says WinXP much slower than Win2K · · Score: 1

    Ah, but qsort can be implemented to be O(n log n) in the worst case. The constant factors in this implementation are so bad that nobody does it in practice. While we're on the soarting boat, it's pretty easy to modify insertion sort to run on O(n log n) time as well.