Closed
Description
Description of the problem
I propose parallel merge sort in python. Parallel Merge Sort first divides the unsorted list into smallest possible sub-lists, compares it with the adjacent list, and merges it in a sorted order. It implements parallelism very nicely by following the divide and conquer algorithm.
References/Other comments
https://stanford.edu/~rezab/classes/cme323/S16/notes/Lecture04/cme323_lec4.pdf