If the set of stack operations included a
$\text{MULTIPUSH}$ operation, which pushses$k$ items onto the stack, would the$O(1)$ bound on the amortized cost of stack operations continue to hold?
No. The time complexity of such a series of operations depends on the number of pushes (pops vice versa) could be made. Since one
Show that if a
$\text{DECREMENT}$ operation were included in the$k$ -bit counter example,$n$ operations could cost as much as$\Theta(nk)$ time.
The logarithmic bit flipping predicate does not hold, and indeed a sequence of events could consist of the incrementation of all $1$s and decrementation of all $0$s; yielding
Suppose we perform a sequence of
$n$ operations on a data structure in which the $i$th operation costs$i$ if$i$ is an exact power of$2$ , and$1$ otherwise. Use aggregate analysis to determine the amortized cost per operation.
Let
To find the average, we divide by