This is a collection of exercises created to teach students with beginner levels of experience in Python some key concepts such as:
- Searching algorithms
- Sorting algorithms
- Object oriented programming
- Stacks
- Queues
To install, run the following commands in the cloned repository:
python3 -m venv venv/
source venv/bin/activate
pip3 install -r requirements.txt
jupyter notebook