Swift Fun Algorithms #1: FizzBuzz

Profile Picture
- Published on May 4, 2016馃審 Public

We're going to take a quick break from building apps today to go over a very simple and straightforward algorithm called FizzBuzz. The general idea behind this algorithm is to run through a list of numbers and print Fizz when divisible by 3, Buzz when divisible by 5, and FizzBuzz when divisible by both 3 and 5. Code available here: http://letsbuildthatapp.com/2016/05/0... Follow me on Twitter: https://twitter.com/buildthatapp