Due: week 10.
The goal of this lab is to implement a simple but non-trivial parallel algorithm.
Perform the multiplication of 2 polynomials. Use both the regular O(n2) algorithm and the Karatsuba algorithm, and each in both the sequencial form and a parallelized form. Compare the 4 variants.
The documentation will describe:
Bonus: do the same for big numbers.
Radu-Lucian LUPŞA