Files
task-6a1d75c5fd30e81cf3126ae7/data/lecture5.md
T
2026-06-05 11:50:07 +00:00

316 B

Lecture 5: Advanced Topics

In this lecture we discussed recursion, data structures, and algorithmic complexity.

Recursion

Recursion is a method of solving problems where the solution depends on solutions to smaller instances of the same problem.

Data Structures

We covered linked lists, trees, and graphs.