Parallel Sorting
Paul Youn
I propose to parallelize a sorting algorithm.
Initially, looking at Quick Sort, but may
investigate other sorting algorithms.
Sorting is a problem that can potentially be
sped up significantly (mergesort).
As an alternative, considering other
algorithms.