Skip to content

nurdidemm/Karatsuba-Polynomial-Multiplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Karatsuba-Polynomial-Multiplication

Polynomial Multiplication using Karatsuba's Algorithm

This algorithm takes two arrays of type List that represent the coefficients of the two polynomials and returns the coefficients of the product of their multiplication as a List.

Assumptions: Multiplier and multiplicand arrays have the same n number.

Releases

No releases published

Packages

No packages published

Languages