fix : added time complexity in documentation

This commit is contained in:
Ameya Chawla 2021-10-21 00:46:37 +05:30 committed by GitHub
parent f64ed1f1a2
commit 800730ab61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,8 @@
* in short period time by just using the coefficents of the polynomial * in short period time by just using the coefficents of the polynomial
function. function.
* It can be also used to find inverse fourier transform by just switching the value of omega. * It can be also used to find inverse fourier transform by just switching the value of omega.
* @time complexity
* this algorithm computes the DFT in O(nlogn) time in comparison to traditional O(n^2).
* @details * @details
* https://medium.com/@aiswaryamathur/understanding-fast-fourier-transform-from-scratch-to * https://medium.com/@aiswaryamathur/understanding-fast-fourier-transform-from-scratch-to
-solve-polynomial-multiplication-8018d511162f -solve-polynomial-multiplication-8018d511162f