mirror of
https://github.com/janishutz/eth-summaries.git
synced 2025-11-25 18:44:24 +00:00
34 lines
1.5 KiB
Markdown
34 lines
1.5 KiB
Markdown
# 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
|
|
- [Algorithms & Datastructures Summary](./semester1/algorithms-and-datastructures/ad-janishutz.pdf) Author: Janis Hutz
|
|
- [Linear Algebra Cheat-Sheet](./semester1/linear-algebra/linAlg-janishutz.pdf) Author: Janis Hutz
|
|
- [Introduction to Programming Short summary](./semester1/eprog/eprog-janishutz.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
|
|
|
|
|
|
## 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.
|
|
|
|
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
|
|
```
|
|
---
|
|
|
|
<div id="donate" align="center">
|
|
<a href="https://store.janishutz.com/donate" target="_blank"><img src="https://store-cdn.janishutz.com/static/support-me.jpg" width="150px"></a>
|
|
</div>
|