Slide 29 of 39
Notes:
Algorithms: the order of the steps determines problems. If data step is 1st, have to worry about load balance in the sort step. If sort 1st, have to worry about merging in the data step.