2025-10-01 15:43:51 +02:00
2025-09-29 15:27:58 +02:00
2025-09-29 15:27:58 +02:00
2025-10-01 15:43:51 +02:00
2025-09-29 15:30:50 +02:00
2025-09-12 14:08:36 +00:00
2025-09-29 09:00:30 +02:00

eth-summaries

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

Semester 2

Semester 3

Contributing

Clone this repo locally using

git clone --recursive https://github.com/janishutz/eth-summaries

to also include the required LaTeX helpers for compiling the documents (thus the --recursive flag. If you forgot, you can still download them using git submodule update --init --recursive and whenever an update is published to them, you can pull the changes using

git submodule update --remote

NOTE: It is recommended that you fork the repo to contribute back to it. To do that, click the fork button on the repo and clone it locally using

git clone --recursive https://github.com/<your username>/eth-summaries

Languages
TeX 100%