fizzbuzzR: Fizz Buzz Implementation

An implementation of the Fizz Buzz algorithm, as defined e.g. in <https://en.wikipedia.org/wiki/Fizz_buzz>. It provides the standard algorithm with 3 replaced by Fizz and 5 replaced by Buzz, with the option of specifying start and end numbers, step size and the numbers being replaced by fizz and buzz, respectively. This package gives interviewers the optional answer of "I use fizzbuzzR::fizzbuzz()" when interviewing rather than having to write an algorithm themselves.

Getting started

Package details

AuthorAnsgar Wenzel [aut, cre]
MaintainerAnsgar Wenzel <ansgar.wenzel+fizzbuzzR@gmail.com>
LicenseGPL (>= 3)
Version0.1.1
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("fizzbuzzR")

Try the fizzbuzzR package in your browser

Any scripts or data that you put into this service are public.

fizzbuzzR documentation built on May 1, 2019, 7:29 p.m.