Module aoc::year2015::day23

source ·
Expand description

§Opening the Turing Lock

Reverse engineering the code shows that it calculates the length of the 3n + 1 sequence for one of two different numbers chosen depending on whether a is 0 or 1.

The code fast enough to emulate directly without needing any understanding of what it’s doing.

Enums§

Functions§