Introduction to AlgorithmsIntroduces algorithms as problem-solving procedures, covering complexity, correctness, and implementation in various languages.
Functions and IntegersCovers functions, integers, GCD, and reasoning by recurrence, including the Euclidean algorithm and induction principle.
Euclidean AlgorithmExplains the Euclidean algorithm for polynomials over a field K, illustrating its application with examples.