From 7ba20f8714f5e93bba9141d66f4a4dec281cc47d Mon Sep 17 00:00:00 2001 From: MadSoL887 <56032042+MadSoL887@users.noreply.github.com> Date: Tue, 1 Oct 2019 21:52:22 +0530 Subject: [PATCH] I have done a simple change in your Readme. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e0acebe..a6facbf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # GCD I have written a efficient code to find GCD of Two numbers. In this code I have used simple looping techniques. +This code is more efficient than traditional GCD code.