This document discusses amortized computational complexity and describes three methods for evaluating amortized complexity: the aggregate method, accounting method, and potential method. As an example, it analyzes the amortized complexity of an algorithm that displays the number of toys available in binary format. Using the aggregate method, the amortized cost is determined to be 2d. The accounting method assigns an amortized cost of 2d and proves it satisfies the required equation. The potential method uses a potential function to satisfy the same equation and determines the amortized cost is also 2d.