Package: fizzbuzzR 0.1.1
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.
Authors:
fizzbuzzR_0.1.1.tar.gz
fizzbuzzR_0.1.1.tar.gz(r-4.5-noble)fizzbuzzR_0.1.1.tar.gz(r-4.4-noble)
fizzbuzzR_0.1.1.tgz(r-4.4-emscripten)fizzbuzzR_0.1.1.tgz(r-4.3-emscripten)
fizzbuzzR.pdf |fizzbuzzR.html✨
fizzbuzzR/json (API)
# Install 'fizzbuzzR' in R: |
install.packages('fizzbuzzR', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 8 years agofrom:441d4b6a79. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 03 2024 |
R-4.5-linux | OK | Nov 03 2024 |
Exports:fizzbuzz
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
This is an implementation of the fizzbuzz algorithm with several parameters | fizzbuzz |