Jump to content

Parallel Algorithms: Difference between revisions

Line 215: Line 215:
*Step 2: Apply algorithm 2
*Step 2: Apply algorithm 2


Total time is <math>O(\log^2 n)</math> and total work is <math>O(n)</math>
Total time is <math>O(\log n \log\log n)</math> and total work is <math>O(n)</math>


===Informal Work-Depth (IWD)===
===Informal Work-Depth (IWD)===