For Naive Approach we'll just multiply each term of first polynomial with each term of second polynomial. This will take O(N^2) Time. For FFT approach Using Fast Fourier Transform will Give Us Time ...