The Backpack ProblemIntroduces the backpack problem, a discrete optimization problem with constraints and algorithms to solve it.
Simplex Algorithm: TableauCovers the main idea behind the Simplex algorithm and explains the Tableau method for solving linear programming problems.
Dynamic Programming: KnapsackExplores dynamic programming for the Knapsack problem, discussing strategies, algorithms, NP-hardness, and time complexity analysis.
Complexity Classes: P and NPExplores complexity classes P and NP, highlighting solvable and verifiable problems, including NP-complete challenges.
Solving Parity Games in PracticeExplores practical aspects of solving parity games, including winning strategies, algorithms, complexity, determinism, and heuristic approaches.
Approximation AlgorithmsCovers approximation algorithms for optimization problems, LP relaxation, and randomized rounding techniques.
Optimization AlgorithmsCovers optimization algorithms, convergence properties, and time complexity of sequences and functions.