Keywords
Creating the set of all possible subsets, the powerset of a set with Scheme.
Pollards algorithm can be used to factor huge numbers.
Structural induction on ternary trees.
Rules for Linear Congruences.
The Euclidean Algorithm is used to find the Greatest Common Divisor. Written in Scheme.
How to compute a base b expansion of a number n.
Modular Exponentiation is an important algorithm in cryptography and computer science.