Switch case command: selection structureLearn all the details of the switch case command. The command that allows you to create selection structures in computer programming.
While statement: repetition structureLearn all details of one of the most fantastic computer programming concepts: the while statement and the repetition structures.
Recursion: what is it?Understand the meaning of the mathematical concept of recursion and see some examples of real problems where it is applied.
Recursive algorithmsKnow the look and feel and the structure of recursive algorithms and the big secret behind its execution.
Mathematical induction: how do you do it?Understand the meaning of mathematical induction, its origin and how to apply it correctly to prove theorems involving natural numbers.
Trees: data structureLearn about the main characteristics and properties of trees, one of the most important nonlinear data structures in computing.