Correct answer is (b) N^2
Easiest explanation: The computational cost required for computing Fourier coefficients, if done in the most obvious manner, is N^2. This is prohibitively expensive. It is twice that of the backward substitution for Gauss-Elimination method.