Files
eth-summaries/README.md
2025-09-29 09:00:30 +02:00

2.3 KiB

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