Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 185 Bytes

File metadata and controls

8 lines (5 loc) · 185 Bytes

FizzBuzz Algorithm

This is a self-note to document a simple but tricky algorithm.

This has been implemented in both ways.

  • Using Loops
  • Without loops with functional programming