fizzbuzz icon indicating copy to clipboard operation
fizzbuzz copied to clipboard

code for the book "Ten Essays on Fizz Buzz"

trafficstars

Ten Essays on Fizz Buzz

Here are the ten solutions from the book Ten Essays on Fizz Buzz. Please enjoy them.

If you find them intriguing (and how could you not?), please check out the book.

  1. 100 Print Statements
  2. if / elif / elif / else
  3. Cycle of 15
  4. Euclid's Solution
  5. Trigonometry
  6. A Big Number
  7. Infinite Iterables
  8. Random Guessing
  9. Matrix Multiplication
  10. Fizz Buzz in Tensorflow