Find GCD of two numbers
Hello, In this article, we will see how to find GCD of 2 numbers in Python language. This article is part of our tech interview preparation series. What is GCD? GCD(Greatest common divisor) or HCF(Highest common factor) is common factor between 2 or more numbers which is divisible by both. GCD of 4 and 6 […]
Find GCD of two numbers Read More »