Essential Features of the Example
Arbitrary ordering constraints removed by exploiting associativity -- focus on problem characteristics
Chose direct solution rather than “reducing to an earlier solution” that “over-parallelizes” -- too parallel is no more useful than sequential
Ladner & Fischer solution can use any number of processors in the range 1 - n/2 -- scalable parallelism is essential in practice
These Guidelines Will Be Elaborated Further