Add data/lecture5.md

This commit is contained in:
2026-06-05 11:50:07 +00:00
parent c37f661b23
commit e14dd3aae3
+9
View File
@@ -0,0 +1,9 @@
# 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.