next up previous
Next: Up: Previous:

Analysis (same as List Rank)

Serial:
$\Theta(n)$
PRAM:
O(lg n)
Speedup:
S = n / lg n
Efficiency:
E = 1 / lg n
Work:
W = $\Theta(n \lg n)$

Is ListPrefix work efficient? No


next up previous
Next: Up: Previous: