Space complexity of FFT algorithm

92 Views Asked by At

It is well known that the time complexity of the FFT is $\mathcal{O}(N\log N)$, but is the space complexity equally well known?