Home > other >  Why use hadoop shuffle process quick sort and merge sort? Other order can't?
Why use hadoop shuffle process quick sort and merge sort? Other order can't?

Time:10-19

Help the interview of children, child interview

CodePudding user response:

Ah, easy to implement and both algorithm time complexity for nlogn level of sorting algorithms,
A stable and an unstable,
To be stable with merge,
Sometimes don't need to use fast, stable quick sort, save a space resources
  • Related