From 856703a41f229d8d645b3c05da128f3cb01d2989 Mon Sep 17 00:00:00 2001 From: Isabelle Viktoria Maciohsek Date: Tue, 29 Dec 2020 12:36:50 +0200 Subject: [PATCH] Update gcd.md --- snippets/gcd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.