Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 436 Bytes

File metadata and controls

18 lines (15 loc) · 436 Bytes

Teaching programming

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

Installation

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