amartya-k / Recursive-Algorithm

Make you're first pull request!
8 stars 23 forks source link

Multiply two strings #34

Closed amartya-k closed 4 years ago

amartya-k commented 4 years ago

Write a program to multiply two strings. Eg:

string1 = "12" 
string2 = "5"
Output = "60"

Input size can by anything(might exceed unsigned long long int if using c++). Any other languages please try to do it without using inbuilt methods. Hint: Represent the number as array.

omarahmed1111 commented 4 years ago

I would like to implement this in c++

NandiniMundra-8 commented 4 years ago

hey @amartya-k ,I would love to perform this task in C or C++,can you assign this to me ?

ghanender-chauhan commented 4 years ago

I want to do complete this issue . I will do this in python

amartya-k commented 4 years ago

Go for it. You all three have been assigned.

ayoolafelix commented 4 years ago

Hey @amartya-k , I would love to perform this task in Python, can you assign this to me?

ilmiye commented 4 years ago

Can you assign this to me for python ?

rcoder23 commented 4 years ago

I want to work in this issue . Language Java

amartya-k commented 4 years ago

Good work everyone. 👍