An algorithm to identify the greatest common divisor of two numbers (a and b), but also to calculate two coefficients (x and y) that satisfy the equation gcd(a, b) = a * x + b * y
An algorithm for quickly computing positive integer powers of a number, modulo another number (b^e mod n)
An algorithm for solving systems of linear equations, by transforming a matrix of coefficients to an upper triangular matrix
An algorithm that converts a decimal number into another number system