diff options
Diffstat (limited to 'gcd/README.md')
-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. |