Parallel Quicksort Flashcards

1
Q

In the global rearrangement phase of the array splitting step, what parallel algorithm needs to be performed to determine where to store the split sub arrays into the global array?

A

A parallel prefix sum algorithm (also known as a scan or cumulative sum) is performed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly