I was working on implementing a quicksort yesterday, and then I ran it, expecting a faster runtime than the Mergesort (which I had also implemented). I ran the two, and while th
Previously discussed on SO: "Why is quicksort better than mergesort?"
~