From 308403ee18c3a66d0b34b4b3cbf7bf7f2975826b Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Fri, 12 Sep 2025 17:18:52 +0200 Subject: [PATCH] Update README --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a3b25e..1442579 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ # eth-summaries -Summaries for ETH D-INFK studies +The source code for summaries and cheat-sheets for the lectures of BSc Computer Science at ETH Zurich. + +If you find mistakes, please open an issue or fix them yourself and open a PR. + +## Credits +### Semester 1 +- [Algorithms & Datastructures Summary](./semester1/algorithms-and-datastructures/ad.pdf) Author: Janis Hutz +- [Linear Algebra Cheat-Sheet](./semester1/linear-algebra/linAlg.pdf) Author: Janis Hutz + +### Semester 2 +- [Analysis Cheat-Sheet](./semester2/analysis-i/cheat-sheet.pdf) Author: Janis Hutz +- [Algorithms & Probability Summary](./semester2/algorithms-and-probability/aw-summary.pdf) Author: Janis Hutz +- [Parallel Programming Compact Summary](./semester2/parallel-programming-compact/pprog-compact-summary.pdf) Author: Janis Hutz + +--- + +