Cooley–Tukey algorithm (Discrete Fourier Transform Discrete Fourier Transform)
Revision as of 11:15, 15 February 2023 by Admin (talk | contribs) (Created page with "== Time Complexity == $O(nlogn)$ == Space Complexity == $O(n)$? words (Computes and keeps track of DFTs for recursive subcases) == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == Word/Real RAM == Year == 1965 == Reference == https://www-ams-org.ezproxy.canberra.edu.au/journals/mcom/1965-19-090/S0025-5718-1965-0178586-1/S0025-5718-1965-0178586-1.pdf")
Time Complexity
$O(nlogn)$
Space Complexity
$O(n)$? words
(Computes and keeps track of DFTs for recursive subcases)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word/Real RAM
Year
1965