Polynomial Multiplication using Karatsuba's Algorithm
Polynomial Multiplication using Karatsuba’s Algorithm
This algorithm takes two arrays of type List
Assumptions:
Multiplier and multiplicand arrays have the same n number.