Recent Posts

Euclid’s Algorithm

Euclid’s algorithm for finding the greatest common divisor of two integers and its partial proof.

Iteration by while

An introduction to iteration using while loops in Python, illustrated with the Collatz conjecture.