show/hide this revision's text 2 edited tags
show/hide this revision's text 1

Why is quicksort better than mergesort?

I was asked this question during an interview. They're both O(nlogn) and yet most people use Quicksort instead of Mergesort. Why is that?