Skip to content

A simple yet tricky problem which is even asked in interviews.

License

Notifications You must be signed in to change notification settings

Itsmemonzu/FizzBuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

FizzBuzz

A simple yet tricky problem which is even asked in interviews.

Inspiration taken from this video.

How does it work?

  • Make the algorithm count from 1 to 100.
  • For multiples of 3, make it say "Fizz" instead of the number.
  • For multiples of 5, make it say "Buzz" instead of the number.
  • For multiples of 3 and 5 both, make it say "FizzBuzz" instead of the number.

Resources

  • Tom Scot's video about FizzBuzz: One Simple Interview Question

About

A simple yet tricky problem which is even asked in interviews.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages