diff options
author | Moritz Poldrack | 2021-04-14 22:32:53 +0200 |
---|---|---|
committer | Moritz Poldrack | 2021-04-14 22:32:53 +0200 |
commit | fae7d4b32bb7eb408cf2afd5791db0301bc3b688 (patch) | |
tree | 53a5962454eb9ec0adf6081c5d04cdc4dae2faa0 /gcd | |
parent | c2edbb1aa668030916075f278d56f82c42482859 (diff) |
add problem READMEs
Diffstat (limited to 'gcd')
-rw-r--r-- | gcd/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcd/README.md b/gcd/README.md new file mode 100644 index 0000000..63e27cf --- /dev/null +++ b/gcd/README.md @@ -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. |