Sorting - Concurrent Flashcards

1
Q

Pairwise sorting network vs Batcher odd-even mergesort structure of operations

A

The pairwise sorting network is very similar to the Batcher odd-even mergesort, but differs in the structure of operations. While Batcher repeatedly divides, sorts and merges increasingly longer subsequences, the pairwise method does all the subdivision first, then does all the merging at the end in the reverse sequence.

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