pseudo code Solving sort a list of five million items using concurrent programming using 5 processors.

Job ID: 32835294

Budget: $10 – $30 USD

Assume you intend to sort a list of five million items using concurrent programming using a computer with five (5) processors. Also, assume that you have a function sort that sorts a list based on your request and a function (merge) that accepts any number of lists and appends them together.

a) Write a pseudo code using the ( co-begin) method which to sort the mentioned list in a concurrent manner.
b) if you had (10) processors instead of five on your computer, describe how it could have changed the efficiency of your program