EStog / fizzbuzz

FizzBuzz brainstorm!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub release (latest by date including pre-releases) python|3.9 repo size license|MIT tests docs github-pages codecov

FizzBuzz brainstorm!

FizzBuzz is a simple test used in programming interviews. Pleasing the friends from cuban.engineer, this repository is just a personal brainstorming on the subject. You can see the project documentation for more details.

To use any part of the project first run in project root directory:

pip install -r ./requirements.txt

In case you need to generate offline HTML documentation just run in project root directory:

pip install -r ./docs/requirements.txt
./build_docs.sh html

To see other available formats run ./build_docs.sh. Documentation is built using Sphinx.

In case you want to run the tests, execute in project root directory:

pip install -r ./tests/requirements.txt
./run_tests.sh

About

FizzBuzz brainstorm!

License:MIT License


Languages

Language:Python 69.7%Language:reStructuredText 26.7%Language:Shell 3.6%