The fft (Fast Fourier Transform) and ifft (Inverse Fast Fourier Transform) are algorithms used to compute the discrete Fourier transform (DFT) and its inverse efficiently
Also within this task we have to realize finding a cyclic group of a certain size
The fft (Fast Fourier Transform) and ifft (Inverse Fast Fourier Transform) are algorithms used to compute the discrete Fourier transform (DFT) and its inverse efficiently
Also within this task we have to realize finding a cyclic group of a certain size
Implement or import fft/ifft methods which will be used later