From e14dd3aae383333c3c36f9b49cb8c1e30a75d1d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B8=D1=80=D0=B8=D0=BB=D0=BB=20=D0=A0=D0=BE=D0=BC?= =?UTF-8?q?=D0=B0=D0=BD=D0=BE=D0=B2?= Date: Fri, 5 Jun 2026 11:50:07 +0000 Subject: [PATCH] Add data/lecture5.md --- data/lecture5.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/lecture5.md diff --git a/data/lecture5.md b/data/lecture5.md new file mode 100644 index 0000000..3edd6b4 --- /dev/null +++ b/data/lecture5.md @@ -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. \ No newline at end of file