Parallel Algorithms: Difference between revisions

Line 159: Line 159:
* Algo B: Work <math>W_2(n) > W_1(n)</math>. Time <math>T_2(n) < T_1(n)</math>. Faster but less efficient.
* Algo B: Work <math>W_2(n) > W_1(n)</math>. Time <math>T_2(n) < T_1(n)</math>. Faster but less efficient.
Assume Algo A is a "reducing algorithm"<br>
Assume Algo A is a "reducing algorithm"<br>
Then we start with Algo A until the size is below some threshold. Then switch to Algo B.
We start with Algo A until the size is below some threshold. Then we switch to Algo B.


==Resources==
==Resources==