add problem READMEs

This commit is contained in:
Moritz Poldrack 2021-04-14 22:32:53 +02:00
parent c2edbb1aa6
commit fae7d4b32b
No known key found for this signature in database
GPG key ID: 27F176BA13437B7C
3 changed files with 15 additions and 0 deletions

4
gcd/README.md Normal file
View file

@ -0,0 +1,4 @@
# GCD
or [greatest common divisor](https://en.wikipedia.org/wiki/Greatest_common_divisor)
is a simple problem every CS student will encounter in their studies.

6
leap-year/README.md Normal file
View file

@ -0,0 +1,6 @@
# Leap year
Pretty much a testament to how fucked up our calendar system is. Every year
that is divisible by 4 is a leap year. Except when it is also divisible by
100, then it's not. Unless it is also divisible by 400; then it is a leap
year. Makes perfect sense, right?

View file

@ -0,0 +1,5 @@
# toggle Multilib
the Multilib-Repository is sometimes needed (usually because you want to play
games tbh). Find a way to switch it. Using bash. (or the shell to be more
general)