- Find the best possible asymptotic formula for the parallel time T(n,p).
- Using this formula, calculate the cost C(n,p) and efficiency E(n,p).
- Given 0<E0<1, find the asymptotically maximal function f1 such that
for all pn=O(f1(n)): E(n,pn)>= E0.
- Given 0<E0<1, find the asymptotically minimal function f2 such that
for all np=\Omega(f2(p)): E(np,p)>= E0.
- Find the asymptotically minimal function f3 such that
for all p=\Omega(f3(n)): T(n,p)=T_{opt}(n,p)
- What is the scalability of this algorithm?