Notebook of the introductory lesson of the course "Algorithms and Complexity". It contains:
-
Introduction
a. Variable Types b. Type Casting c. Operators d. Input / Output
-
Build-in Data Structures
a. List b. Tuple c. Set d. Dictionary
-
Conditional Statements - Loops - List Comprehensions - Iterations
a. Conditional Statements b. Loops c. List Comprehensions d. Iterations
-
Functions - Importing
a. Functions b. Importing