From d4f157713eab760af8482a557a01a7062b633110 Mon Sep 17 00:00:00 2001 From: John Washam Date: Mon, 6 Jun 2016 09:13:56 -0700 Subject: [PATCH] Added FFT and a couple more patterns. --- plan.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plan.txt b/plan.txt index 053246a..1ca6f96 100644 --- a/plan.txt +++ b/plan.txt @@ -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)