GuillermoFrancella's blog

By GuillermoFrancella, history, 5 years ago, In English

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

»
5 years ago, # |
  Vote: I like it +6 Vote: I do not like it

Thanks! It helped me a lot