43 Multiply Strings
The numbers can be arbitrarily large and are non-negative.
Converting the input string to integer is NOT allowed.
You should NOT use internal library such as BigInteger.string multiply(string num1, string num2) {
}Last updated
The numbers can be arbitrarily large and are non-negative.
Converting the input string to integer is NOT allowed.
You should NOT use internal library such as BigInteger.string multiply(string num1, string num2) {
}Last updated