Etsy Interview Questions
Showing 2 questions
Find the number of "special" positions in a matrix where a position is special if its row and column both contain only one 1. The matrix contains only 0s and 1s.
#1. Special Positions in a Binary Matrix
Write a program that prints numbers from 1 to n, replacing multiples of 3 with "Fizz", multiples of 5 with "Buzz", and multiples of both with "FizzBuzz".
#2. Fizz Buzz