10 December 2018 A Bit of Binary Fun Many educators justify teaching binary (base 2) because it’s how computer represent numbers. As compelling as this argument may sound, I believe that binary numbers are much more interesting.
7 December 2018 Cracking the Fibonacci Interview Question Fibonacci numbers are the defacto example for recursive programming, but is there a better way to generate them?