mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
fix : added time complexity in documentation
This commit is contained in:
parent
f64ed1f1a2
commit
800730ab61
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user