Skip to content

I have attached R and Python file, and a pdf file for your evaluation of the answer and the code of FizzBuzz.

Notifications You must be signed in to change notification settings

debargha002/FizzBuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FizzBuzz

The FizzBuzz problem is a classic test given in coding interviews. Based on a children’s word game that helps teach division, the FizzBuzz problem is simple:

  • Print integers 1-to-N, but print Fizz if an integer is divisible by 3,
  • Buzz if an integer is divisible by 5, and
  • FizzBuzz if an integer is divisible by both 3 and 5.
  • Numbers are printed in case any numbers are not divisible by both 3 or 5.

For this project, I used RStudio and Jupyter Notebook.

About

I have attached R and Python file, and a pdf file for your evaluation of the answer and the code of FizzBuzz.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published