tvaroglu / Recursor

Repo to store recursion practice exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recursor

Repo for Python recursion practice exercises

To install locally:

  • Follow official docs to install most recent Python version
  • Create virtual environment:
    $ python3 -m virtualenv venv
    ...
    $ source venv/bin/activate
  • Run the test suite with:
    (venv) python -m unittest -v

About

Repo to store recursion practice exercises


Languages

Language:Python 100.0%