Back to Browse

LeetCode 412. FizzBuzz | Interview Preparation | English | code io

283 views
May 1, 2023
16:25

412. Fizz Buzz Given an integer n, return a string array answer (1-indexed) where: answer[i] == "FizzBuzz" if i is divisible by 3 and 5. answer[i] == "Fizz" if i is divisible by 3. answer[i] == "Buzz" if i is divisible by 5. answer[i] == i (as a string) if none of the above conditions are true. LeetCode Link: https://leetcode.com/problems/fizz-buzz/ Follow us on: Instagram: https://www.instagram.com/code.i.o/ ___________________________________ Keywords LeetCode Solution Interview Preparations Google Amazon Amazon Interview Question Google Interview Facebook Interview

Download

0 formats

No download links available.

LeetCode 412. FizzBuzz | Interview Preparation | English | code io | NatokHD