Done with Fast Fourier Transform.
This commit is contained in:
parent
e35e7f77a0
commit
11bdfe4a26
16
README.md
16
README.md
@ -9,10 +9,9 @@ This is my multi-month study plan for going from web developer (self-taught, no
|
|||||||

|

|
||||||
|
|
||||||
This long list has been extracted and expanded from **Google's coaching notes**, so these are the things you need to know.
|
This long list has been extracted and expanded from **Google's coaching notes**, so these are the things you need to know.
|
||||||
There are extra items I added at the bottom that may come up in the interview or be helpful in solving a problem.
|
There are extra items I added at the bottom that may come up in the interview or be helpful in solving a problem. Many items are from
|
||||||
|
Steve Yegge's "[Get that job at Google](http://steve-yegge.blogspot.com/2008/03/get-that-job-at-google.html)" and are reflected
|
||||||
Many items are from Steve Yegge's "[Get that job at Google](http://steve-yegge.blogspot.com/2008/03/get-that-job-at-google.html)"
|
sometimes word-for-word in Google's coaching notes.
|
||||||
and are reflected sometimes word-for-word in Google's coaching notes.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -1396,10 +1395,11 @@ Some of mine (I already may know answer to but want their opinion or team perspe
|
|||||||
- [ ] **van Emde Boas Trees**
|
- [ ] **van Emde Boas Trees**
|
||||||
- [ ] Divide & Conquer: van Emde Boas Trees: https://www.youtube.com/watch?v=hmReJCupbNU&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp&index=6
|
- [ ] Divide & Conquer: van Emde Boas Trees: https://www.youtube.com/watch?v=hmReJCupbNU&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp&index=6
|
||||||
|
|
||||||
- [ ] **Fast Fourier Transform**
|
- [x] **Fast Fourier Transform**
|
||||||
- [ ] What is the Fourier Transform?: https://www.youtube.com/watch?v=Xxut2PN-V8Q
|
- [x] What is a Fourier transform? What is it used for?: http://www.askamathematician.com/2012/09/q-what-is-a-fourier-transform-what-is-it-used-for/
|
||||||
- [ ] Divide & Conquer: FFT: https://www.youtube.com/watch?v=iTMn0Kt18tg&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp&index=4
|
- [x] What is the Fourier Transform?: https://www.youtube.com/watch?v=Xxut2PN-V8Q
|
||||||
- [ ] http://jakevdp.github.io/blog/2013/08/28/understanding-the-fft/
|
- [x] Divide & Conquer: FFT: https://www.youtube.com/watch?v=iTMn0Kt18tg&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp&index=4
|
||||||
|
- [x] http://jakevdp.github.io/blog/2013/08/28/understanding-the-fft/
|
||||||
|
|
||||||
- [ ] **Integer Arithmetic, Karatsuba Multiplication:**
|
- [ ] **Integer Arithmetic, Karatsuba Multiplication:**
|
||||||
- [ ] https://www.youtube.com/watch?v=eCaXlAaN2uE&index=11&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb
|
- [ ] https://www.youtube.com/watch?v=eCaXlAaN2uE&index=11&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user