given gcd(string st1,string st2) how to find gcd ?
How to find gcd of very large numbers represented in string
@sahazeer123 you can first convert string to integer (or long long) then you can find gcd, you can also find gcd if atleast one of the numbers is within 10^18, otherwise you can use python or java to handle big integers with same euclidean algorithm.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.