Skip to content

Commit 11bdfe4

Browse files
committed
Done with Fast Fourier Transform.
1 parent e35e7f7 commit 11bdfe4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ This is my multi-month study plan for going from web developer (self-taught, no
99
![Coding at the whiteboard - from HBO's Silicon Valley](https://dng5l3qzreal6.cloudfront.net/2016/Aug/coding_board_small-1470866369118.jpg)
1010

1111
This long list has been extracted and expanded from **Google's coaching notes**, so these are the things you need to know.
12-
There are extra items I added at the bottom that may come up in the interview or be helpful in solving a problem.
13-
14-
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)"
15-
and are reflected sometimes word-for-word in Google's coaching notes.
12+
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
13+
Steve Yegge's "[Get that job at Google](http://steve-yegge.blogspot.com/2008/03/get-that-job-at-google.html)" and are reflected
14+
sometimes word-for-word in Google's coaching notes.
1615

1716
---
1817

@@ -1396,10 +1395,11 @@ Some of mine (I already may know answer to but want their opinion or team perspe
13961395
- [ ] **van Emde Boas Trees**
13971396
- [ ] Divide & Conquer: van Emde Boas Trees: https://www.youtube.com/watch?v=hmReJCupbNU&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp&index=6
13981397

1399-
- [ ] **Fast Fourier Transform**
1400-
- [ ] What is the Fourier Transform?: https://www.youtube.com/watch?v=Xxut2PN-V8Q
1401-
- [ ] Divide & Conquer: FFT: https://www.youtube.com/watch?v=iTMn0Kt18tg&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp&index=4
1402-
- [ ] http://jakevdp.github.io/blog/2013/08/28/understanding-the-fft/
1398+
- [x] **Fast Fourier Transform**
1399+
- [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/
1400+
- [x] What is the Fourier Transform?: https://www.youtube.com/watch?v=Xxut2PN-V8Q
1401+
- [x] Divide & Conquer: FFT: https://www.youtube.com/watch?v=iTMn0Kt18tg&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp&index=4
1402+
- [x] http://jakevdp.github.io/blog/2013/08/28/understanding-the-fft/
14031403

14041404
- [ ] **Integer Arithmetic, Karatsuba Multiplication:**
14051405
- [ ] https://www.youtube.com/watch?v=eCaXlAaN2uE&index=11&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb

0 commit comments

Comments
 (0)