AlgoGenesis / C

AlgoGenesis is a centralized open-source platform dedicated to providing optimized and well-documented algorithm implementations in C. Perfect for both beginners and advanced users, this repository serves as a comprehensive learning resource for solving algorithmic challenges.
MIT License
89 stars 303 forks source link

[NEW ALGORITHM] Add Fast Fourier Transform (FFT) Algorithm #1013

Closed divyalakshmi0 closed 1 month ago

divyalakshmi0 commented 1 month ago

Title: Add Fast Fourier Transform (FFT) Algorithm

Description:

The Fast Fourier Transform (FFT) is an efficient algorithm for computing the discrete Fourier transform (DFT) and its inverse. It reduces the complexity of DFT from (O(N^2)) to (O(N \log N)), making it crucial for various applications in signal processing, image analysis, and more. Adding the FFT algorithm will provide students and developers with a powerful tool for analyzing frequency components in signals and improving the efficiency of many computational problems.

Use Cases:

Labels:

new algorithm, gssoc-ext, hacktoberfest, level1


Assignees:

Kushagra614 commented 1 month ago

Can you please assogn me this issue. I would love to contribute

divyalakshmi0 commented 1 month ago

Can you assign me this @pankaj-bind

pankaj-bind commented 1 month ago

@divyalakshmi0 assigned