Introduction to AlgorithmsIntroduces algorithms as problem-solving procedures, covering complexity, correctness, and implementation in various languages.
DivisorsExplains divisors, common divisors, and greatest common divisors with illustrative examples.
Primes and CoprimeExplores prime numbers, coprime integers, and their properties in number theory.
Functions and IntegersCovers functions, integers, GCD, and reasoning by recurrence, including the Euclidean algorithm and induction principle.