Write an algorithm to perfom multiplication of four number
Answers
Answered by
0
Answer:
in the explanation
Step-by-step explanation:
The Karatsuba algorithm was the first multiplication algorithm asymptotically faster than the quadratic "grade school" algorithm. The Toom–Cook algorithm (1963) is a faster generalization of Karatsuba's method, and the Schönhage–Strassen algorithm (1971) is even faster, for sufficiently large n.
Answered by
1
Step-by-step explanation:
a=10
b=5
c=a×b
print(c)
pls follow me
Hope It Helps
Similar questions