Added FFT and a couple more patterns.

This commit is contained in:
John Washam 2016-06-06 09:13:56 -07:00
parent c950b20893
commit d4f157713e

View File

@ -159,6 +159,8 @@ design patterns:
- adapter
- prototype
- decorator
- visitor
- factory
Combinatorics (n choose k)
Probability
Dynamic Programming
@ -205,6 +207,9 @@ Bloom Filter
- https://www.youtube.com/watch?v=-SuTGoFYjZs
- http://blog.michaelschmatz.com/2016/04/11/how-to-write-a-bloom-filter-cpp/
Fast Fourier Transform
- http://jakevdp.github.io/blog/2013/08/28/understanding-the-fft/
C (for basis of C)
C++ (for interview answers)