Recursion is the 7th exercise I've solved in Huji's Introduction to Computer Science course.
The main idea behind this exercise is to get familiar with Recursion.
Run the project on your personal machine
- Clone this repository using
git clone <url> - Open the cloned project in your IDE
- (Optional) Create a virtual environment using
python3 -m venv venv - Use
pip install -r requirements.txtto install all required libraries - run
python3 <python file>to run the project

