This document summarizes a class about analyzing algorithms. It recaps asymptotic operators like Big-O, Omega, and Theta notation. It provides examples of using these notations to analyze algorithms and prove statements about runtime complexity. Specifically, it analyzes a "bigger" algorithm that compares two inputs and returns the larger value. It discusses measuring runtime based on input size rather than input values. The document emphasizes that proofs about algorithms are constructed by finding constants and input sizes that satisfy the definitions of the asymptotic notations.