Discussion of ComplexityExplores worst-case complexity in computer science and the importance of real-life complexity in algorithm selection.
Maximum Subarray ProblemCovers the Master method, maximum-subarray problem, and divide-and-conquer algorithmic paradigm.
Complexity of AlgorithmsCovers the Big-O notation to analyze algorithm efficiency and provides examples of polynomial and factorial function estimates.