fizzbuzz
a word game for teaching children about division, often used for tech interviews to weed out candidates who can't code at all.
tech interview FizzBuzz:
> for the numbers 1 to 100, print fizz if the number is divisible by 3, buzz if it's divisible by 5 and fizzbuzz if it's divisible by both.
slightly overengineered examples:
* Aphyrs FizzBuzz with Vidrun and Susam Pal's Cosine Fizzbuzz [blog-2025-11-22-fizzbuz]
edited by: stefs at Sunday, November 23, 2025, 12:13:09 PM Coordinated Universal Time
view