Update gcd.md

This commit is contained in:
Isabelle Viktoria Maciohsek
2020-12-29 12:36:50 +02:00
committed by GitHub
parent 2ddddfe794
commit 856703a41f

View File

@ -1,6 +1,6 @@
--- ---
title: gcd title: gcd
tags: math,algorithm,recursion,beginner tags: math,algorithm,recursion,intermediate
--- ---
Calculates the greatest common divisor between two or more numbers/arrays. Calculates the greatest common divisor between two or more numbers/arrays.