Learn R Programming

fizzbuzzR (version 0.1.1)

Fizz Buzz Implementation

Description

An implementation of the Fizz Buzz algorithm, as defined e.g. in . 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.

Copy Link

Version

Install

install.packages('fizzbuzzR')

Monthly Downloads

118

Version

0.1.1

License

GPL (>= 3)

Maintainer

Last Published

October 27th, 2016

Functions in fizzbuzzR (0.1.1)

fizzbuzz

This is an implementation of the fizzbuzz algorithm with several parameters