add problem READMEs
This commit is contained in:
parent
c2edbb1aa6
commit
fae7d4b32b
3 changed files with 15 additions and 0 deletions
4
gcd/README.md
Normal file
4
gcd/README.md
Normal 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
6
leap-year/README.md
Normal 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?
|
5
toggle-multilib/README.md
Normal file
5
toggle-multilib/README.md
Normal 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)
|
Reference in a new issue