Skip to content

Commit 55708bd

Browse files
committed
Done with skip lists. Added an article for when you/I get hired.
1 parent e3b43a9 commit 55708bd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -979,6 +979,7 @@ You'll get more graph practice in Skiena's book (see Books section below) and th
979979
- [x] Twitter:
980980
- O'Reilly MySQL CE 2011: Jeremy Cole, "Big and Small Data at @Twitter": https://www.youtube.com/watch?v=5cKTP36HVgI
981981
- Timelines at Scale: https://www.infoq.com/presentations/Twitter-Timeline-Scalability
982+
- For even more, see "Mining Massive Datasets" video series in the Video Series section.
982983
- [x] Practicing the system design process: Here are some ideas to try working through on paper, each with some documentation on how it was handled in the real world:
983984
- review: System Design from HiredInTech: http://www.hiredintech.com/system-design/
984985
- cheat sheet: https://github.com/jwasham/google-interview-university/blob/master/extras/cheat%20sheets/system-design.pdf
@@ -1423,6 +1424,7 @@ Some of mine (I already may know answer to but want their opinion or team perspe
14231424
- [x] **Skip lists**
14241425
- "These are somewhat of a cult data structure" - Skiena
14251426
- [x] Randomization: Skip Lists: https://www.youtube.com/watch?v=2g9OSRKJuzM&index=10&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp
1427+
- [x] For animations and a little more detail: https://en.wikipedia.org/wiki/Skip_list
14261428

14271429
- [ ] **Network Flows**
14281430
- [ ] Network Flows: https://www.youtube.com/watch?v=i0q-Irlf4y4&index=5&list=PL2B4EEwhKD-NbwZ4ezj7gyc_3yNrojKM9
@@ -1609,6 +1611,11 @@ http://www.gainlo.co/ - Mock interviewers from big companies
16091611

16101612
## Once You've Got The Job
16111613

1614+
Congratulations!
1615+
1616+
- 10 things I wish I knew on my first day at Google:
1617+
https://medium.com/@moonstorming/10-things-i-wish-i-knew-on-my-first-day-at-google-107581d87286#.livxn7clw
1618+
16121619
Keep learning.
16131620

16141621
You're never really done.

0 commit comments

Comments
 (0)