Эх сурвалжийг харах

Added FFT and a couple more patterns.

John Washam 9 жил өмнө
parent
commit
d4f157713e
1 өөрчлөгдсөн 5 нэмэгдсэн , 0 устгасан
  1. 5 0
      plan.txt

+ 5 - 0
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)