+ 4
Why is fizzbuzz one of the most popular problems in the coding interview world?
What is special about fizzbuzz. Why is it always associated with the numbers 3 and 5 only?
1 ответ
+ 6
https://en.m.wikipedia.org/wiki/Fizz_buzz
about the 3 and 5 I can't tell what the reason behind it, but for the interview I think your approach to the problem they want to see and not you solving the problem