The SIMPLEST FFT explanation EVER!

Правка en1, от GuillermoFrancella, 2018-10-19 18:16:56

You know FFT can be used to solve a lot of hard problems that require multiplying two polynomials, for example yesterday's hardest problem. Also many string matching problems can be transformed into an analogous polynomial problem and be solved using FFT.

Have you ever tried studying FFT but gave up because it was too mathy and difficult to understand?

Well, that won't happen anymore! Because a kind programmer who goes by the handle of RiAst decided to write a tutorial so that we, the ones who don't know much math, can finally understand and implement FFT. Here's the Ultimate Guide to understanding FFT once and for all!

Without furthed ado, here's the link to said glorious tutorial: Simple FFT Tutorial by RiAst

Теги fft, simple, tutorial

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский GuillermoFrancella 2018-10-19 18:16:56 815 Initial revision (published)