**Given two numbers represented as strings a and b, compute their product and output product as a string.**↵
↵
_|a| <=1e6, |b|<=1e6_↵
↵
How do I solve it, I brute forced it and it gives me TLE.↵
↵
can anyone help me? is there an optimal way ??
↵
_|a| <=1e6, |b|<=1e6_↵
↵
How do I solve it, I brute forced it and it gives me TLE.↵
↵
can anyone help me? is there an optimal way ??