View on GitHub

advent-of-code-2024

Readable Advent of Code 2024 algorithms and solutions in C language

Day 11: Plutonian Pebbles

Let $\ell$ be a list where for $e\in\ell$ we have $e\in\mathbb{N}$.

Part A

Algorithm 1:

Algorithm 2 with argument $k\in\mathbb{N}$:

Algorithm 3 with arguments $n,k\in\mathbb{N}$:

Part B

Algorithm 3: