diff --git a/snippets/gcd.md b/snippets/gcd.md index b262f7221..ba2f2d7c0 100644 --- a/snippets/gcd.md +++ b/snippets/gcd.md @@ -1,6 +1,6 @@ --- title: gcd -tags: math,algorithm,recursion,beginner +tags: math,algorithm,recursion,intermediate --- Calculates the greatest common divisor between two or more numbers/arrays.