I know that it is the largest +ve number that divides the given numbers and one of its applications:
For any two numbers to be co-prime, GCD = 1.
Can you suggest some more applications that you have gone through??
Want to know more about GCD!! please suggest some of them.
GCD is used to find LCM. Also, If you’ve learned Euclidean Algorithm (the algorithm to find GCD), you can find multiplicative inverse by extended euclid. There is also Chinese Remainder Theorem and many more.
I think the actual question on Quora was, “What are real life applications of the greatest common divisor of two or more integers?”. But he asked for the applications of GCD in competitive programming. I don’t think RSA crypto is much use in CP. Also I didn’t found problems of Pollard’s rho method, elliptic curve method, Shor’s algorithm.
Just saying, it’s non-ethical to copy something and don’t mention it. You should’ve given credit.