I am now looking at my old school assignment and want to find the solution of a question. Here is the question:
Which sorting method is most suitable for parallel processing?
- Bubble sort
- Quick sort
- Merge sort
- Selection sort
I guess quick sort (or merge sort?) is the answer.
Am I correct?