Unless otherwise specified,
the complexity requirements of a parallel algorithm overload
are relaxed from the complexity requirements of the corresponding overload
without the parameter
P
as follows:
when the guarantee says “at most
expr” or
“exactly
expr”
and does not specify the number of assignments or swaps, and
expr is not already expressed with
O() notation,
the complexity of the algorithm shall be
O(expr).