LeetCode 412: Fizz Buzz | Learning by Doing with harichselvamc
ฝัง
- เผยแพร่เมื่อ 10 ก.พ. 2025
- In this video, I solve LeetCode 412: Fizz Buzz using Java. This classic problem tests our ability to implement simple logic using conditionals and loops.
📌 Problem Summary:
Given an integer n, return a string array where:
✔ "FizzBuzz" if the number is divisible by 3 & 5
✔ "Fizz" if the number is divisible by 3
✔ "Buzz" if the number is divisible by 5
✔ Otherwise, return the number as a string.
🔗 LeetCode Problem Link:
LeetCode 412: Fizz Buzz leetcode.com/p...
🔗 Connect with Me:
🌐 Website: iamharichselvam.web.app
💼 LinkedIn: linkedin.com/in/harichselvamc
🐙 GitHub: github.com/harichselvamc
📘 Medium: medium.com/@harichselvamc
💡 LeetCode: leetcode.com/harichselvam
💡 About Me:
I’m harichselvamc, a Computer Science and Engineering student passionate about problem-solving, coding, and building projects. Follow my journey as I tackle LeetCode problems and coding challenges.
👉 Subscribe for more coding solutions, LeetCode explanations, and programming tutorials! 🚀
#LeetCode #JavaProgramming #FizzBuzz #CodingInterview #LearningByDoing #harichselvamc