GCD (Greatest Common Divisor) Problem Statement

You are given two numbers, X and Y. Your task is to determine the greatest common divisor of these two numbers.

The Greatest Common Divisor (GCD) of two integers is the largest positive integer that divides both numbers without leaving a remainder.

Example:

Input:
X = 20, Y = 15
Output:
5
Explanation:

The divisor 5 evenly divides both 20 and 15, and it is the largest number that can do so, hence the GCD is 5.

Constraints:

  • 1 <= T <= 10
  • 1 <= X, Y <= 10^9
Be the first one to answer
Add answer anonymously...
TCS iON System Engineer Interview Questions
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter