ashish-r / Fizz-Buzz

A collection of come cool Fizz Buzz programs in your favorite programming language
MIT License
10 stars 55 forks source link

Faster implementation with half iterations #115

Closed maw1a closed 3 years ago

maw1a commented 3 years ago

Faster implementation of Fizz-Buzz, for N input the number of iterations is N/2.