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