@@ -9,10 +9,9 @@ This is my multi-month study plan for going from web developer (self-taught, no
9
9
![ Coding at the whiteboard - from HBO's Silicon Valley] ( https://dng5l3qzreal6.cloudfront.net/2016/Aug/coding_board_small-1470866369118.jpg )
10
10
11
11
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.
16
15
17
16
---
18
17
@@ -1396,10 +1395,11 @@ Some of mine (I already may know answer to but want their opinion or team perspe
1396
1395
- [ ] ** van Emde Boas Trees**
1397
1396
- [ ] Divide & Conquer: van Emde Boas Trees: https://www.youtube.com/watch?v=hmReJCupbNU&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp&index=6
1398
1397
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/
1403
1403
1404
1404
- [ ] ** Integer Arithmetic, Karatsuba Multiplication:**
1405
1405
- [ ] https://www.youtube.com/watch?v=eCaXlAaN2uE&index=11&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb
0 commit comments