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.