Collatz Part 2: Yak Shaving
A brief detour this week as I look into an alternate Collatz implementation. The first part of the series can be found here. The Collatz Conjecture Wikipedia page has an alternate formulation titled “as an abstract machine that computes in base two”. I have a computer. It’s a non-abstract machine that comptes in base two. Seemed like it could be fun. Making the Abstract Concrete The idea is pretty clever:...