Skip to content

joonyi/Fibonacci-Numbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Fibonacci-Numbers

Swift Navigation

In the programming language of your choice, write a program generating the first n Fibonacci numbers F(n), printing ...

  • ... "Buzz" when F(n) is divisible by 3.
  • ... "Fizz" when F(n) is divisible by 5.
  • ... "BuzzFizz" when F(n) is prime.
  • ... the value F(n) otherwise.

Bonus points for efficient implementation, testing, documentation, and/or upload your code to GitHub.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published