From 21c963c2f505e843f69be8799424c7744604c0c2 Mon Sep 17 00:00:00 2001 From: Krishna Vedala Date: Wed, 27 May 2020 18:52:07 -0400 Subject: [PATCH] move the gcd_of_n_numbers to math folder along with all other GCD algorithms --- {others => math}/gcd_of_n_numbers.cpp | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {others => math}/gcd_of_n_numbers.cpp (100%) diff --git a/others/gcd_of_n_numbers.cpp b/math/gcd_of_n_numbers.cpp similarity index 100% rename from others/gcd_of_n_numbers.cpp rename to math/gcd_of_n_numbers.cpp