Collatz Conjecture

This deceivingly simple piecewise function has stood for nearly 100 years as one of the most famous unsolved problems in mathematics.

Bubble Sort

One of the earliest sorting algorithms, today Bubble Sort serves as a conceptual introduction to the subject.

Selection Sort

Another early sorting algorithm, Selection Sort finds use in low-memory applications.