diff --git a/README.md b/README.md
index 95a0d31a93..4702588a56 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,10 @@
> I originally created this as a short to-do list of study topics for becoming a software engineer,
> but it grew to the large list you see today. After going through this study plan, [I got hired
-> as a Software Development Engineer at Amazon](https://startupnextdoor.com/ive-been-acquired-by-amazon/?src=ciu)!
+> as a Software Development Engineer at Amazon!
> You probably won't have to study as much as I did. Anyway, everything you need is here.
>
-> I studied about 8-12 hours a day, for several months. This is my story: [Why I studied full-time for 8 months for a Google interview](https://medium.freecodecamp.org/why-i-studied-full-time-for-8-months-for-a-google-interview-cc662ce9bb13)
+> I studied about 8-12 hours a day, for several months. This is my story: Why I studied full-time for 8 months for a Google interview
>
> **Please Note:** You won't need to study as much as I did. I wasted a lot of time on things I didn't need to know. More info about that is below. I'll help you get there without wasting your precious time.
>
@@ -17,44 +17,43 @@
Translations:
-- [Bahasa Indonesia](translations/README-id.md)
-- [Bulgarian](translations/README-bg.md)
-- [Español](translations/README-es.md)
-- [German](translations/README-de.md)
-- [Japanese (日本語)](translations/README-ja.md)
-- [Marathi](translations/README-mr.md)
-- [Polish](translations/README-pl.md)
-- [Português Brasileiro](translations/README-ptbr.md)
-- [Russian](translations/README-ru.md)
-- [Tiếng Việt - Vietnamese](translations/README-vi.md)
-- [Urdu - اردو](translations/README-ur.md)
-- [Uzbek](translations/README-uz.md)
-- [বাংলা - Bangla](translations/README-bn.md)
-- [ខ្មែរ - Khmer](translations/README-kh.md)
-- [简体中文](translations/README-cn.md)
-- [繁體中文](translations/README-tw.md)
+- Bahasa Indonesia
+- Bulgarian
+- Español
+- German
+- Japanese (日本語)
+- Marathi
+- Polish
+- Português Brasileiro
+- Russian
+- Tiếng Việt - Vietnamese
+- Urdu - اردو
+- Uzbek
+- বাংলা - Bangla
+- ខ្មែរ - Khmer
+- 简体中文
+- 繁體中文
Translations in progress:
-- [Afrikaans](https://github.com/jwasham/coding-interview-university/issues/1164)
-- [Arabic](https://github.com/jwasham/coding-interview-university/issues/98)
-- [French](https://github.com/jwasham/coding-interview-university/issues/89)
-- [Greek](https://github.com/jwasham/coding-interview-university/issues/166)
-- [Italian](https://github.com/jwasham/coding-interview-university/issues/1030)
-- [Korean(한국어)](https://github.com/jwasham/coding-interview-university/issues/118)
-- [Malayalam](https://github.com/jwasham/coding-interview-university/issues/239)
-- [Persian - Farsi](https://github.com/jwasham/coding-interview-university/issues/186)
-- [Telugu](https://github.com/jwasham/coding-interview-university/issues/117)
-- [Thai](https://github.com/jwasham/coding-interview-university/issues/156)
-- [Turkish](https://github.com/jwasham/coding-interview-university/issues/90)
-- [Українська](https://github.com/jwasham/coding-interview-university/issues/106)
-- [עברית](https://github.com/jwasham/coding-interview-university/issues/82)
-- [हिन्दी](https://github.com/jwasham/coding-interview-university/issues/81)
+- Afrikaans
+- Arabic
+- French
+- Greek
+- Italian
+- Korean(한국어)
+- Malayalam
+- Persian - Farsi
+- Telugu
+- Thai
+- Turkish
+- Українська
+- עברית
+- हिन्दी
-
## What is it?

@@ -66,11 +65,10 @@ This is my multi-month study plan for becoming a software engineer for a large c
* Patience
* Time
-Note this is a study plan for **software engineering**, not frontend engineering or full-stack development. There are really
-super roadmaps and coursework for those career paths elsewhere (see https://roadmap.sh/ for more info).
+Note this is a study plan for **software engineering**, not frontend engineering or full-stack development. There are really super roadmaps and coursework for those career paths elsewhere (see roadmap.sh for more info).
There is a lot to learn in a university Computer Science program, but only knowing about 75% is good enough for an interview, so that's what I cover here.
-For a complete CS self-taught program, the resources for my study plan have been included in Kamran Ahmed's Computer Science Roadmap: https://roadmap.sh/computer-science
+For a complete CS self-taught program, the resources for my study plan have been included in Kamran Ahmed's Computer Science Roadmap.
---
@@ -221,7 +219,7 @@ It's a long plan. It may take you months. If you are familiar with a lot of this
Everything below is an outline, and you should tackle the items in order from top to bottom.
I'm using GitHub's special markdown flavor, including tasks lists to track progress.
- - [More about GitHub-flavored markdown](https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown)
+- More about GitHub-flavored markdown
### If you don't want to use git
@@ -263,8 +261,8 @@ Create a new branch so you can check items like this, just put an x in the brack
- Successful software engineers are smart, but many have an insecurity that they aren't smart enough.
- The following videos may help you overcome this insecurity:
- - [The myth of the Genius Programmer](https://www.youtube.com/watch?v=0SARbwvhupQ)
- - [It's Dangerous to Go Alone: Battling the Invisible Monsters in Tech](https://www.youtube.com/watch?v=1i8ylq4j_EY)
+ - The myth of the Genius Programmer
+ - It's Dangerous to Go Alone: Battling the Invisible Monsters in Tech
**[⬆ back to top](#table-of-contents)**
@@ -294,7 +292,7 @@ When I did the study plan, I used 2 languages for most of it: C and Python
and algorithms in your bones. In higher-level languages like Python or Java, these are hidden from you. In day-to-day work, that's terrific,
but when you're learning how these low-level data structures are built, it's great to feel close to the metal.
- C is everywhere. You'll see examples in books, lectures, videos, *everywhere* while you're studying.
- - [The C Programming Language, 2nd Edition](https://www.amazon.com/Programming-Language-Brian-W-Kernighan/dp/0131103628)
+ - The C Programming Language, 2nd Edition
- This is a short book, but it will give you a great handle on the C language and if you practice it a little
you'll quickly get proficient. Understanding C helps you understand how programs and memory work.
- You don't need to go super deep in the book (or even finish it). Just get to where you're comfortable reading and writing in C.
@@ -303,12 +301,12 @@ When I did the study plan, I used 2 languages for most of it: C and Python
This is my preference. You do what you like, of course.
You may not need it, but here are some sites for learning a new language:
-- [Exercism](https://exercism.org/tracks)
-- [Codewars](http://www.codewars.com)
-- [HackerEarth](https://www.hackerearth.com/for-developers/)
-- [Scaler Topics (Java, C++)](https://www.scaler.com/topics/)
-- [Programiz PRO Community Challenges)](https://programiz.pro/)
-
+- Exercism
+- Codewars
+- HackerEarth
+- Scaler Topics (Java, C++)
+- Programiz PRO Community Challenges)
+
### For your Coding Interview
You can use a language you are comfortable in to do the coding part of the interview, but for large companies, these are solid choices:
@@ -323,15 +321,15 @@ You could also use these, but read around first. There may be caveats:
- Ruby
Here is an article I wrote about choosing a language for the interview:
-[Pick One Language for the Coding Interview](https://startupnextdoor.com/important-pick-one-language-for-the-coding-interview/).
-This is the original article my post was based on: [Choosing a Programming Language for Interviews](https://web.archive.org/web/20210516054124/http://blog.codingforinterviews.com/best-programming-language-jobs/)
+Pick One Language for the Coding Interview
+This is the original article my post was based on: Choosing a Programming Language for Interviews
You need to be very comfortable in the language and be knowledgeable.
Read more about choices:
-- [Choose the Right Language for Your Coding Interview](http://www.byte-by-byte.com/choose-the-right-language-for-your-coding-interview/)
+- Choose the Right Language for Your Coding Interview
-[See language-specific resources here](programming-language-resources.md)
+See language-specific resources here
**[⬆ back to top](#table-of-contents)**
@@ -343,7 +341,7 @@ Just choose one, in a language that you will be comfortable with. You'll be doin
### Python
-- [Coding Interview Patterns: Nail Your Next Coding Interview](https://geni.us/q7svoz) (**Main Recommendation**)
+- Coding Interview Patterns: Nail Your Next Coding Interview (**Main Recommendation**)
- An insider’s perspective on what interviewers are truly looking for and why.
- 101 real coding interview problems with detailed solutions.
- Intuitive explanations that guide you through each problem as if you were solving it in a live interview.
@@ -351,7 +349,7 @@ Just choose one, in a language that you will be comfortable with. You'll be doin
### C
-- [Algorithms in C, Parts 1-5 (Bundle), 3rd Edition](https://www.amazon.com/Algorithms-Parts-1-5-Bundle-Fundamentals/dp/0201756080)
+- Algorithms in C, Parts 1-5 (Bundle), 3rd Edition
- Fundamentals, Data Structures, Sorting, Searching, and Graph Algorithms
### Java
@@ -359,22 +357,22 @@ Just choose one, in a language that you will be comfortable with. You'll be doin
Your choice:
- Goodrich, Tamassia, Goldwasser
- - [Data Structures and Algorithms in Java](https://www.amazon.com/Data-Structures-Algorithms-Michael-Goodrich/dp/1118771338/)
+ - Data Structures and Algorithms in Java
- Sedgewick and Wayne:
- - [Algorithms](https://www.amazon.com/Algorithms-4th-Robert-Sedgewick/dp/032157351X/)
+ - Algorithms
- Free Coursera course that covers the book (taught by the authors!):
- - [Algorithms I](https://www.coursera.org/learn/algorithms-part1)
- - [Algorithms II](https://www.coursera.org/learn/algorithms-part2)
-
+ - Algorithms I
+ - Algorithms II
+
### C++
Your choice:
-- Goodrich, Tamassia, and Mount
- - [Data Structures and Algorithms in C++, 2nd Edition](https://www.amazon.com/Data-Structures-Algorithms-Michael-Goodrich/dp/0470383275)
-- Sedgewick and Wayne
- - [Algorithms in C++, Parts 1-4: Fundamentals, Data Structure, Sorting, Searching](https://www.amazon.com/Algorithms-Parts-1-4-Fundamentals-Structure/dp/0201350882/)
- - [Algorithms in C++ Part 5: Graph Algorithms](https://www.amazon.com/Algorithms-Part-Graph-3rd-Pt-5/dp/0201361183/)
+- Goodrich, Tamassia, and Mount
+ - Data Structures and Algorithms in C++, 2nd Edition
+- Sedgewick and Wayne
+ - Algorithms in C++, Parts 1-4: Fundamentals, Data Structure, Sorting, Searching
+ - Algorithms in C++ Part 5: Graph Algorithms
**[⬆ back to top](#table-of-contents)**
@@ -382,24 +380,24 @@ Your choice:
Here are some recommended books to supplement your learning.
-- [Coding Interview Patterns: Nail Your Next Coding Interview](https://geni.us/q7svoz)
+- Coding Interview Patterns: Nail Your Next Coding Interview
-- [Programming Interviews Exposed: Coding Your Way Through the Interview, 4th Edition](https://www.amazon.com/Programming-Interviews-Exposed-Through-Interview/dp/111941847X/)
+- Programming Interviews Exposed: Coding Your Way Through the Interview, 4th Edition
- Answers in C++ and Java
- This is a good warm-up for Cracking the Coding Interview
- Not too difficult. Most problems may be easier than what you'll see in an interview (from what I've read)
-- [Cracking the Coding Interview, 6th Edition](http://www.amazon.com/Cracking-Coding-Interview-6th-Programming/dp/0984782850/)
+- Cracking the Coding Interview, 6th Edition
- answers in Java
### If you have tons of extra time:
Choose one:
-- [Elements of Programming Interviews (C++ version)](https://www.amazon.com/Elements-Programming-Interviews-Insiders-Guide/dp/1479274836)
-- [Elements of Programming Interviews in Python](https://www.amazon.com/Elements-Programming-Interviews-Python-Insiders/dp/1537713949/)
-- [Elements of Programming Interviews (Java version)](https://www.amazon.com/Elements-Programming-Interviews-Java-Insiders/dp/1517435803/)
- - [Companion Project - Method Stub and Test Cases for Every Problem in the Book](https://github.com/gardncl/elements-of-programming-interviews)
+- Elements of Programming Interviews (C++ version)
+- Elements of Programming Interviews in Python
+- Elements of Programming Interviews (Java version)
+ - Companion Project - Method Stub and Test Cases for Every Problem in the Book
**[⬆ back to top](#table-of-contents)**
@@ -416,7 +414,7 @@ through my notes and making flashcards, so I could review. I didn't need all of
Please, read so you won't make my mistakes:
-[Retaining Computer Science Knowledge](https://startupnextdoor.com/retaining-computer-science-knowledge/).
+- Retaining Computer Science Knowledge.
### 2. Use Flashcards
@@ -425,13 +423,13 @@ Each card has a different formatting. I made a mobile-first website, so I could
Make your own for free:
-- [Flashcards site repo](https://github.com/jwasham/computer-science-flash-cards)
+- Flashcards site repo
**I DON'T RECOMMEND using my flashcards.** There are too many and most of them are trivia that you don't need.
But if you don't want to listen to me, here you go:
-- [My flash cards database (1200 cards)](https://github.com/jwasham/computer-science-flash-cards/blob/main/cards-jwasham.db):
-- [My flash cards database (extreme - 1800 cards)](https://github.com/jwasham/computer-science-flash-cards/blob/main/cards-jwasham-extreme.db):
+- My flash cards database (1200 cards):
+- My flash cards database (extreme - 1800 cards):
Keep in mind I went overboard and have cards covering everything from assembly language and Python trivia to machine learning and statistics.
It's way too much for what's required.
@@ -440,11 +438,11 @@ It's way too much for what's required.
same card and answer it several times correctly before you really know it. Repetition will put that knowledge deeper in
your brain.
-An alternative to using my flashcard site is [Anki](http://ankisrs.net/), which has been recommended to me numerous times.
+An alternative to using my flashcard site is Anki, which has been recommended to me numerous times.
It uses a repetition system to help you remember. It's user-friendly, available on all platforms, and has a cloud sync system.
It costs $25 on iOS but is free on other platforms.
-My flashcard database in Anki format: https://ankiweb.net/shared/info/25173560 (thanks [@xiewenya](https://github.com/xiewenya)).
+My flashcard database in Anki format: https://ankiweb.net/shared/info/25173560 (thanks @xiewenya).
Some students have mentioned formatting issues with white space that can be fixed by doing the following: open the deck, edit the card, click cards, select the "styling" radio button, and add the member "white-space: pre;" to the card class.
@@ -494,9 +492,9 @@ Each day, take the next subject in the list, watch some videos about that subjec
of that data structure or algorithm in the language you chose for this course.
You can see my code here:
- - [C](https://github.com/jwasham/practice-c)
- - [C++](https://github.com/jwasham/practice-cpp)
- - [Python](https://github.com/jwasham/practice-python)
+- C
+- C++
+- Python
You don't need to memorize every algorithm. You just need to be able to understand it enough to be able to write your own implementation.
@@ -518,7 +516,7 @@ Why you need to practice doing programming problems:
There is a great intro for methodical, communicative problem-solving in an interview. You'll get this from the programming
interview books, too, but I found this outstanding:
-[Algorithm design canvas](http://www.hiredintech.com/algorithm-design/)
+Algorithm design canvas
Write code on a whiteboard or paper, not a computer. Test with some sample inputs. Then type it and test it out on a computer.
@@ -537,30 +535,30 @@ Gets messy quickly. **I use a pencil and eraser.**
Don't forget your key coding interview books [here](#interview-prep-books).
Solving Problems:
-- [How to Find a Solution](https://www.topcoder.com/thrive/articles/How%20To%20Find%20a%20Solution)
-- [How to Dissect a Topcoder Problem Statement](https://www.topcoder.com/thrive/articles/How%20To%20Dissect%20a%20Topcoder%20Problem%20Statement%20Content)
+- How to Find a Solution
+- How to Dissect a Topcoder Problem Statement
Coding Interview Question Videos:
-- [IDeserve (88 videos)](https://www.youtube.com/playlist?list=PLamzFoFxwoNjPfxzaWqs7cZGsPYy0x_gI)
-- [Tushar Roy (5 playlists)](https://www.youtube.com/user/tusharroy2525/playlists?shelf_id=2&view=50&sort=dd)
+- IDeserve (88 videos)
+- Tushar Roy (5 playlists)
- Super for walkthroughs of problem solutions
-- [Nick White - LeetCode Solutions (187 Videos)](https://www.youtube.com/playlist?list=PLU_sdQYzUj2keVENTP0a5rdykRSgg9Wp-)
- - Good explanations of the solution and the code
+- Nick White - LeetCode Solutions (187 Videos)
+ - Good explanations of the solution and the code
- You can watch several in a short time
-- [FisherCoder - LeetCode Solutions](https://youtube.com/FisherCoder)
+- FisherCoder - LeetCode Solutions
Challenge/Practice sites:
-- [LeetCode](https://leetcode.com/)
+- LeetCode
- My favorite coding problem site. It's worth the subscription money for the 1-2 months you'll likely be preparing.
- See Nick White and FisherCoder Videos above for code walk-throughs.
-- [HackerRank](https://www.hackerrank.com/)
-- [TopCoder](https://www.topcoder.com/)
-- [Codeforces](https://codeforces.com/)
-- [Codility](https://codility.com/programmers/)
-- [Geeks for Geeks](https://practice.geeksforgeeks.org/explore/?page=1)
-- [AlgoExpert](https://www.algoexpert.io/product)
+- HackerRank
+- TopCoder
+- Codeforces
+- Codility
+- Geeks for Geeks
+- AlgoExpert
- Created by Google engineers, this is also an excellent resource to hone your skills.
-- [Project Euler](https://projecteuler.net/)
+- Project Euler
- very math-focused, and not really suited for coding interviews
**[⬆ back to top](#table-of-contents)**
@@ -577,17 +575,17 @@ But don't forget to do coding problems from above while you learn!
- There are a lot of videos here. Just watch enough until you understand it. You can always come back and review.
- Don't worry if you don't understand all the math behind it.
- You just need to understand how to express the complexity of an algorithm in terms of Big-O.
-- [ ] [Harvard CS50 - Asymptotic Notation (video)](https://www.youtube.com/watch?v=iOq5kSKqeR4)
-- [ ] [Big O Notations (general quick tutorial) (video)](https://www.youtube.com/watch?v=V6mKVRU1evU)
-- [ ] [Big O Notation (and Omega and Theta) - best mathematical explanation (video)](https://www.youtube.com/watch?v=ei-A_wy5Yxw&index=2&list=PL1BaGV1cIH4UhkL8a9bJGG356covJ76qN)
-- [ ] [Skiena (video)](https://www.youtube.com/watch?v=z1mkCe3kVUA)
-- [ ] [UC Berkeley Big O (video)](https://archive.org/details/ucberkeley_webcast_VIS4YDpuP98)
-- [ ] [Amortized Analysis (video)](https://www.youtube.com/watch?v=B3SpQZaAZP4&index=10&list=PL1BaGV1cIH4UhkL8a9bJGG356covJ76qN)
+- [ ] Harvard CS50 - Asymptotic Notation (video)
+- [ ] Big O Notations (general quick tutorial) (video)
+- [ ] Big O Notation (and Omega and Theta) - best mathematical explanation (video)
+- [ ] Skiena (video)
+- [ ] UC Berkeley Big O (video)
+- [ ] Amortized Analysis (video)
- [ ] TopCoder (includes recurrence relations and master theorem):
- - [Computational Complexity: Section 1](https://www.topcoder.com/thrive/articles/Computational%20Complexity%20part%20one)
- - [Computational Complexity: Section 2](https://www.topcoder.com/thrive/articles/Computational%20Complexity%20part%20two)
-- [ ] [Cheat sheet](http://bigocheatsheet.com/)
-- [ ] [[Review] Analyzing Algorithms (playlist) in 18 minutes (video)](https://www.youtube.com/playlist?list=PL9xmBV_5YoZMxejjIyFHWa-4nKg6sdoIv)
+ - Computational Complexity: Section 1
+ - Computational Complexity: Section 2
+- [ ] Cheat sheet
+- [ ] [Review] Analyzing Algorithms (playlist) in 18 minutes (video)
Well, that's about enough of that.
@@ -600,11 +598,12 @@ if you can identify the runtime complexity of different algorithms. It's a super
- ### Arrays
- [ ] About Arrays:
- - [Arrays CS50 Harvard University](https://www.youtube.com/watch?v=tI_tIZFyKBw&t=3009s)
- - [Arrays (video)](https://www.coursera.org/lecture/data-structures/arrays-OsBSF)
- - [UC Berkeley CS61B - Linear and Multi-Dim Arrays (video)](https://archive.org/details/ucberkeley_webcast_Wp8oiO_CZZE) (Start watching from 15m 32s)
- - [Dynamic Arrays (video)](https://www.coursera.org/lecture/data-structures/dynamic-arrays-EwbnV)
- - [Jagged Arrays (video)](https://www.youtube.com/watch?v=1jtrQqYpt7g)
+ - Arrays CS50 Harvard University
+ - Arrays (video)
+ - UC Berkeley CS61B - Linear and Multi-Dim Arrays (video) (Start watching from 15m 32s)
+ - Dynamic Arrays (video)
+ - Jagged Arrays (video)
+
- [ ] Implement a vector (mutable array with automatic resizing):
- [ ] Practice coding using arrays and pointers, and pointer math to jump to an index instead of using indexing.
- [ ] New raw data array with allocated memory
@@ -633,21 +632,21 @@ if you can identify the runtime complexity of different algorithms. It's a super
- ### Linked Lists
- [ ] Description:
- - [ ] [Linked Lists CS50 Harvard University](https://www.youtube.com/watch?v=2T-A_GFuoTo&t=650s) - this builds the intuition.
- - [ ] [Singly Linked Lists (video)](https://www.coursera.org/lecture/data-structures/singly-linked-lists-kHhgK)
- - [ ] [CS 61B - Linked Lists 1 (video)](https://archive.org/details/ucberkeley_webcast_htzJdKoEmO0)
- - [ ] [CS 61B - Linked Lists 2 (video)](https://archive.org/details/ucberkeley_webcast_-c4I3gFYe3w)
- - [ ] [[Review] Linked lists in 4 minutes (video)](https://youtu.be/F8AbOfQwl1c)
- - [ ] [C Code (video)](https://www.youtube.com/watch?v=QN6FPiD0Gzo)
+ - [ ] Linked Lists CS50 Harvard University - this builds the intuition.
+ - [ ] Singly Linked Lists (video)
+ - [ ] CS 61B - Linked Lists 1 (video)
+ - [ ] CS 61B - Linked Lists 2 (video)
+ - [ ] [Review] Linked lists in 4 minutes (video)
+ - [ ] C Code (video)
- not the whole video, just portions about Node struct and memory allocation
- [ ] Linked List vs Arrays:
- - [Core Linked Lists Vs Arrays (video)](https://www.coursera.org/lecture/data-structures-optimizing-performance/core-linked-lists-vs-arrays-rjBs9)
- - [In The Real World Linked Lists Vs Arrays (video)](https://www.coursera.org/lecture/data-structures-optimizing-performance/in-the-real-world-lists-vs-arrays-QUaUd)
- - [ ] [Why you should avoid linked lists (video)](https://www.youtube.com/watch?v=YQs6IC-vgmo)
- - [ ] Gotcha: you need pointer to pointer knowledge:
- (for when you pass a pointer to a function that may change the address where that pointer points)
- This page is just to get a grasp on ptr to ptr. I don't recommend this list traversal style. Readability and maintainability suffer due to cleverness.
- - [Pointers to Pointers](https://www.eskimo.com/~scs/cclass/int/sx8.html)
+ - [ ] Core Linked Lists Vs Arrays (video)
+ - [ ] In The Real World Linked Lists Vs Arrays (video)
+ - [ ] Why you should avoid linked lists (video)
+ - [ ] Gotcha: you need pointer to pointer knowledge:
+ (for when you pass a pointer to a function that may change the address where that pointer points)
+ This page is just to get a grasp on ptr to ptr. I don't recommend this list traversal style. Readability and maintainability suffer due to cleverness.
+ - [ ] Pointers to Pointers
- [ ] Implement (I did with tail pointer & without):
- [ ] size() - returns the number of data elements in the list
- [ ] empty() - bool returns true if empty
@@ -664,18 +663,18 @@ if you can identify the runtime complexity of different algorithms. It's a super
- [ ] reverse() - reverses the list
- [ ] remove_value(value) - removes the first item in the list with this value
- [ ] Doubly-linked List
- - [Description (video)](https://www.coursera.org/lecture/data-structures/doubly-linked-lists-jpGKD)
+ - Description (video)
- No need to implement
- ### Stack
- - [ ] [Stacks (video)](https://www.coursera.org/lecture/data-structures/stacks-UdKzQ)
- - [ ] [[Review] Stacks in 3 minutes (video)](https://youtu.be/KcT3aVgrrpU)
+ - [ ] Stacks (video)
+ - [ ] [Review] Stacks in 3 minutes (video)
- [ ] Will not implement. Implementing with the array is trivial
- ### Queue
- - [ ] [Queue (video)](https://www.coursera.org/lecture/data-structures/queues-EShpq)
- - [ ] [Circular buffer/FIFO](https://en.wikipedia.org/wiki/Circular_buffer)
- - [ ] [[Review] Queues in 3 minutes (video)](https://youtu.be/D6gu-_tmEpQ)
+ - [ ] Queue (video)
+ - [ ] Circular buffer/FIFO
+ - [ ] [Review] Queues in 3 minutes (video)
- [ ] Implement using linked-list, with tail pointer:
- enqueue(value) - adds value at a position at the tail
- dequeue() - returns value and removes least recently added element (front)
@@ -694,22 +693,22 @@ if you can identify the runtime complexity of different algorithms. It's a super
- ### Hash table
- [ ] Videos:
- - [ ] [Hashing with Chaining (video)](https://www.youtube.com/watch?v=0M_kIqhwbFo&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb&index=8)
- - [ ] [Table Doubling, Karp-Rabin (video)](https://www.youtube.com/watch?v=BRO7mVIFt08&index=9&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb)
- - [ ] [Open Addressing, Cryptographic Hashing (video)](https://www.youtube.com/watch?v=rvdJDijO2Ro&index=10&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb)
- - [ ] [PyCon 2010: The Mighty Dictionary (video)](https://www.youtube.com/watch?v=C4Kc8xzcA68)
- - [ ] [PyCon 2017: The Dictionary Even Mightier (video)](https://www.youtube.com/watch?v=66P5FMkWoVU)
- - [ ] [(Advanced) Randomization: Universal & Perfect Hashing (video)](https://www.youtube.com/watch?v=z0lJ2k0sl1g&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp&index=11)
- - [ ] [(Advanced) Perfect hashing (video)](https://www.youtube.com/watch?v=N0COwN14gt0&list=PL2B4EEwhKD-NbwZ4ezj7gyc_3yNrojKM9&index=4)
- - [ ] [[Review] Hash tables in 4 minutes (video)](https://youtu.be/knV86FlSXJ8)
-
- - [ ] Online Courses:
- - [ ] [Core Hash Tables (video)](https://www.coursera.org/lecture/data-structures-optimizing-performance/core-hash-tables-m7UuP)
- - [ ] [Data Structures (video)](https://www.coursera.org/learn/data-structures/home/week/4)
- - [ ] [Phone Book Problem (video)](https://www.coursera.org/lecture/data-structures/phone-book-problem-NYZZP)
- - [ ] distributed hash tables:
- - [Instant Uploads And Storage Optimization In Dropbox (video)](https://www.coursera.org/lecture/data-structures/instant-uploads-and-storage-optimization-in-dropbox-DvaIb)
- - [Distributed Hash Tables (video)](https://www.coursera.org/lecture/data-structures/distributed-hash-tables-tvH8H)
+ - [ ] Hashing with Chaining (video)
+ - [ ] Table Doubling, Karp-Rabin (video)
+ - [ ] Open Addressing, Cryptographic Hashing (video)
+ - [ ] PyCon 2010: The Mighty Dictionary (video)
+ - [ ] PyCon 2017: The Dictionary Even Mightier (video)
+ - [ ] (Advanced) Randomization: Universal & Perfect Hashing (video)
+ - [ ] (Advanced) Perfect hashing (video)
+ - [ ] [Review] Hash tables in 4 minutes (video)
+
+ - [ ] Online Courses:
+ - [ ] Core Hash Tables (video)
+ - [ ] Data Structures (video)
+ - [ ] Phone Book Problem (video)
+ - [ ] distributed hash tables:
+ - [ ] Instant Uploads And Storage Optimization In Dropbox (video)
+ - [ ] Distributed Hash Tables (video)
- [ ] Implement with array using linear probing
- hash(k, m) - m is the size of the hash table
@@ -723,51 +722,52 @@ if you can identify the runtime complexity of different algorithms. It's a super
## More Knowledge
- ### Binary search
- - [ ] [Binary Search (video)](https://www.youtube.com/watch?v=D5SrAga1pno)
- - [ ] [Binary Search (video)](https://www.khanacademy.org/computing/computer-science/algorithms/binary-search/a/binary-search)
- - [ ] [detail](https://www.topcoder.com/thrive/articles/Binary%20Search)
- - [ ] [blueprint](https://leetcode.com/discuss/general-discussion/786126/python-powerful-ultimate-binary-search-template-solved-many-problems)
- - [ ] [[Review] Binary search in 4 minutes (video)](https://youtu.be/fDKIpRe8GW4)
+ - [ ] Binary Search (video)
+ - [ ] Binary Search (video)
+ - [ ] detail
+ - [ ] blueprint
+ - [ ] [Review] Binary search in 4 minutes (video)
- [ ] Implement:
- binary search (on a sorted array of integers)
- binary search using recursion
- ### Bitwise operations
- - [ ] [Bits cheat sheet](https://github.com/jwasham/coding-interview-university/blob/main/extras/cheat%20sheets/bits-cheat-sheet.pdf)
+ - [ ] Bits cheat sheet
- you should know many of the powers of 2 from (2^1 to 2^16 and 2^32)
- [ ] Get a really good understanding of manipulating bits with: &, |, ^, ~, >>, <<
- - [ ] [words](https://en.wikipedia.org/wiki/Word_(computer_architecture))
- - [ ] Good intro:
- [Bit Manipulation (video)](https://www.youtube.com/watch?v=7jkIUgLC29I)
- - [ ] [C Programming Tutorial 2-10: Bitwise Operators (video)](https://www.youtube.com/watch?v=d0AwjSpNXR0)
- - [ ] [Bit Manipulation](https://en.wikipedia.org/wiki/Bit_manipulation)
- - [ ] [Bitwise Operation](https://en.wikipedia.org/wiki/Bitwise_operation)
- - [ ] [Bithacks](https://graphics.stanford.edu/~seander/bithacks.html)
- - [ ] [The Bit Twiddler](https://bits.stephan-brumme.com/)
- - [ ] [The Bit Twiddler Interactive](https://bits.stephan-brumme.com/interactive.html)
- - [ ] [Bit Hacks (video)](https://www.youtube.com/watch?v=ZusiKXcz_ac)
- - [ ] [Practice Operations](https://pconrad.github.io/old_pconrad_cs16/topics/bitOps/)
- - [ ] 2s and 1s complement
- - [Binary: Plusses & Minuses (Why We Use Two's Complement) (video)](https://www.youtube.com/watch?v=lKTsv6iVxV4)
- - [1s Complement](https://en.wikipedia.org/wiki/Ones%27_complement)
- - [2s Complement](https://en.wikipedia.org/wiki/Two%27s_complement)
- - [ ] Count set bits
- - [4 ways to count bits in a byte (video)](https://youtu.be/Hzuzo9NJrlc)
- - [Count Bits](https://graphics.stanford.edu/~seander/bithacks.html#CountBitsSetKernighan)
- - [How To Count The Number Of Set Bits In a 32 Bit Integer](http://stackoverflow.com/questions/109023/how-to-count-the-number-of-set-bits-in-a-32-bit-integer)
- - [ ] Swap values:
- - [Swap](https://bits.stephan-brumme.com/swap.html)
- - [ ] Absolute value:
- - [Absolute Integer](https://bits.stephan-brumme.com/absInteger.html)
-
+ - [ ] words
+ - [ ] Good intro:
+ Bit Manipulation (video)
+ - [ ] C Programming Tutorial 2-10: Bitwise Operators (video)
+ - [ ] Bit Manipulation
+ - [ ] Bitwise Operation
+ - [ ] Bithacks
+ - [ ] The Bit Twiddler
+ - [ ] The Bit Twiddler Interactive
+ - [ ] Bit Hacks (video)
+
+ - [ ] Practice Operations
+ - [ ] 2s and 1s complement
+ - Binary: Plusses & Minuses (Why We Use Two's Complement) (video)
+ - 1s Complement
+ - 2s Complement
+ - [ ] Count set bits
+ - 4 ways to count bits in a byte (video)
+ - Count Bits
+ - How To Count The Number Of Set Bits In a 32 Bit Integer
+ - [ ] Swap values:
+ - Swap
+ - [ ] Absolute value:
+ - Absolute Integer
+
**[⬆ back to top](#table-of-contents)**
## Trees
- ### Trees - Intro
- - [ ] [Intro to Trees (video)](https://www.coursera.org/lecture/data-structures/trees-95qda)
- - [ ] [Tree Traversal (video)](https://www.coursera.org/lecture/data-structures/tree-traversal-fr51b)
- - [ ] [BFS(breadth-first search) and DFS(depth-first search) (video)](https://www.youtube.com/watch?v=uWL6FJhq5fM)
+ - [ ] Intro to Trees (video)
+ - [ ] Tree Traversal (video)
+ - [ ] BFS(breadth-first search) and DFS(depth-first search) (video)
- BFS notes:
- level order (BFS, using queue)
- time complexity: O(n)
@@ -780,54 +780,55 @@ if you can identify the runtime complexity of different algorithms. It's a super
- inorder (DFS: left, self, right)
- postorder (DFS: left, right, self)
- preorder (DFS: self, left, right)
- - [ ] [[Review] Breadth-first search in 4 minutes (video)](https://youtu.be/HZ5YTanv5QE)
- - [ ] [[Review] Depth-first search in 4 minutes (video)](https://youtu.be/Urx87-NMm6c)
- - [ ] [[Review] Tree Traversal (playlist) in 11 minutes (video)](https://www.youtube.com/playlist?list=PL9xmBV_5YoZO1JC2RgEi04nLy6D-rKk6b)
+ - [ ] [Review] Breadth-first search in 4 minutes (video)
+ - [ ] [Review] Depth-first search in 4 minutes (video)
+ - [ ] [Review] Tree Traversal (playlist) in 11 minutes (video)
+
- ### Binary search trees: BSTs
- - [ ] [Binary Search Tree Review (video)](https://www.youtube.com/watch?v=x6At0nzX92o&index=1&list=PLA5Lqm4uh9Bbq-E0ZnqTIa8LRaL77ica6)
- - [ ] [Introduction (video)](https://www.coursera.org/learn/data-structures/lecture/E7cXP/introduction)
- - [ ] [MIT (video)](https://www.youtube.com/watch?v=76dhtgZt38A&ab_channel=MITOpenCourseWare)
+ - [ ] Binary Search Tree Review (video)
+ - [ ] Introduction (video)
+ - [ ] MIT (video)
- C/C++:
- - [ ] [Binary search tree - Implementation in C/C++ (video)](https://www.youtube.com/watch?v=COZK7NATh4k&list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P&index=28)
- - [ ] [BST implementation - memory allocation in stack and heap (video)](https://www.youtube.com/watch?v=hWokyBoo0aI&list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P&index=29)
- - [ ] [Find min and max element in a binary search tree (video)](https://www.youtube.com/watch?v=Ut90klNN264&index=30&list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P)
- - [ ] [Find the height of a binary tree (video)](https://www.youtube.com/watch?v=_pnqMz5nrRs&list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P&index=31)
- - [ ] [Binary tree traversal - breadth-first and depth-first strategies (video)](https://www.youtube.com/watch?v=9RHO6jU--GU&list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P&index=32)
- - [ ] [Binary tree: Level Order Traversal (video)](https://www.youtube.com/watch?v=86g8jAQug04&index=33&list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P)
- - [ ] [Binary tree traversal: Preorder, Inorder, Postorder (video)](https://www.youtube.com/watch?v=gm8DUJJhmY4&index=34&list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P)
- - [ ] [Check if a binary tree is a binary search tree or not (video)](https://www.youtube.com/watch?v=yEwSGhSsT0U&index=35&list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P)
- - [ ] [Delete a node from Binary Search Tree (video)](https://www.youtube.com/watch?v=gcULXE7ViZw&list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P&index=36)
- - [ ] [Inorder Successor in a binary search tree (video)](https://www.youtube.com/watch?v=5cPbNCrdotA&index=37&list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P)
+ - [ ] Binary search tree - Implementation in C/C++ (video)
+ - [ ] BST implementation - memory allocation in stack and heap (video)
+ - [ ] Find min and max element in a binary search tree (video)
+ - [ ] Find the height of a binary tree (video)
+ - [ ] Binary tree traversal - breadth-first and depth-first strategies (video)
+ - [ ] Binary tree: Level Order Traversal (video)
+ - [ ] Binary tree traversal: Preorder, Inorder, Postorder (video)
+ - [ ] Check if a binary tree is a binary search tree or not (video)
+ - [ ] Delete a node from Binary Search Tree (video)
+ - [ ] Inorder Successor in a binary search tree (video)
- [ ] Implement:
- - [ ] [insert // insert value into tree](https://leetcode.com/problems/insert-into-a-binary-search-tree/submissions/987660183/)
+ - [ ] insert // insert value into tree
- [ ] get_node_count // get count of values stored
- [ ] print_values // prints the values in the tree, from min to max
- [ ] delete_tree
- [ ] is_in_tree // returns true if a given value exists in the tree
- - [ ] [get_height // returns the height in nodes (single node's height is 1)](https://www.geeksforgeeks.org/find-the-maximum-depth-or-height-of-a-tree/)
+ - [ ] get_height // returns the height in nodes (single node's height is 1)
- [ ] get_min // returns the minimum value stored in the tree
- [ ] get_max // returns the maximum value stored in the tree
- - [ ] [is_binary_search_tree](https://leetcode.com/problems/validate-binary-search-tree/)
+ - [ ] is_binary_search_tree
- [ ] delete_value
- [ ] get_successor // returns the next-highest value in the tree after given value, -1 if none
- ### Heap / Priority Queue / Binary Heap
- visualized as a tree, but is usually linear in storage (array, linked list)
- - [ ] [Heap](https://en.wikipedia.org/wiki/Heap_(data_structure))
- - [ ] [Introduction (video)](https://www.coursera.org/lecture/data-structures/introduction-2OpTs)
- - [ ] [Binary Trees (video)](https://www.coursera.org/learn/data-structures/lecture/GRV2q/binary-trees)
- - [ ] [Tree Height Remark (video)](https://www.coursera.org/learn/data-structures/supplement/S5xxz/tree-height-remark)
- - [ ] [Basic Operations (video)](https://www.coursera.org/learn/data-structures/lecture/0g1dl/basic-operations)
- - [ ] [Complete Binary Trees (video)](https://www.coursera.org/learn/data-structures/lecture/gl5Ni/complete-binary-trees)
- - [ ] [Pseudocode (video)](https://www.coursera.org/learn/data-structures/lecture/HxQo9/pseudocode)
- - [ ] [Heap Sort - jumps to start (video)](https://youtu.be/odNJmw5TOEE?list=PLFDnELG9dpVxQCxuD-9BSy2E7BWY3t5Sm&t=3291)
- - [ ] [Heap Sort (video)](https://www.coursera.org/lecture/data-structures/heap-sort-hSzMO)
- - [ ] [Building a heap (video)](https://www.coursera.org/lecture/data-structures/building-a-heap-dwrOS)
- - [ ] [MIT 6.006 Introduction to Algorithms: Binary Heaps](https://www.youtube.com/watch?v=Xnpo1atN-Iw&list=PLUl4u3cNGP63EdVPNLG3ToM6LaEUuStEY&index=12)
- - [ ] [CS 61B Lecture 24: Priority Queues (video)](https://archive.org/details/ucberkeley_webcast_yIUFT6AKBGE)
- - [ ] [Linear Time BuildHeap (max-heap)](https://www.youtube.com/watch?v=MiyLo8adrWw)
- - [ ] [[Review] Heap (playlist) in 13 minutes (video)](https://www.youtube.com/playlist?list=PL9xmBV_5YoZNsyqgPW-DNwUeT8F8uhWc6)
+ - [ ] Heap
+ - [ ] Introduction (video)
+ - [ ] Binary Trees (video)
+ - [ ] Tree Height Remark (video)
+ - [ ] Basic Operations (video)
+ - [ ] Complete Binary Trees (video)
+ - [ ] Pseudocode (video)
+ - [ ] Heap Sort - jumps to start (video)
+ - [ ] Heap Sort (video)
+ - [ ] Building a heap (video)
+ - [ ] MIT 6.006 Introduction to Algorithms: Binary Heaps
+ - [ ] CS 61B Lecture 24: Priority Queues (video)
+ - [ ] Linear Time BuildHeap (max-heap)
+ - [ ] [Review] Heap (playlist) in 13 minutes (video)
- [ ] Implement a max-heap:
- [ ] insert
- [ ] sift_up - needed for insert
@@ -844,64 +845,65 @@ if you can identify the runtime complexity of different algorithms. It's a super
## Sorting
-- [ ] Notes:
+- [] Notes:
- Implement sorts & know best case/worst case, average complexity of each:
- no bubble sort - it's terrible - O(n^2), except when n <= 16
- - [ ] Stability in sorting algorithms ("Is Quicksort stable?")
- - [Sorting Algorithm Stability](https://en.wikipedia.org/wiki/Sorting_algorithm#Stability)
- - [Stability In Sorting Algorithms](http://stackoverflow.com/questions/1517793/stability-in-sorting-algorithms)
- - [Stability In Sorting Algorithms](http://www.geeksforgeeks.org/stability-in-sorting-algorithms/)
- - [Sorting Algorithms - Stability](http://homepages.math.uic.edu/~leon/cs-mcs401-s08/handouts/stability.pdf)
- - [ ] Which algorithms can be used on linked lists? Which on arrays? Which of both?
+ - [] Stability in sorting algorithms ("Is Quicksort stable?")
+ - Sorting Algorithm Stability
+ - Stability In Sorting Algorithms
+ - Stability In Sorting Algorithms
+ - Sorting Algorithms - Stability
+ - [] Which algorithms can be used on linked lists? Which on arrays? Which of both?
- I wouldn't recommend sorting a linked list, but merge sort is doable.
- - [Merge Sort For Linked List](http://www.geeksforgeeks.org/merge-sort-for-linked-list/)
+ - Merge Sort For Linked List
+
- For heapsort, see the Heap data structure above. Heap sort is great, but not stable
-- [ ] [Sedgewick - Mergesort (5 videos)](https://www.coursera.org/learn/algorithms-part1/home/week/3)
- - [ ] [1. Mergesort](https://www.coursera.org/lecture/algorithms-part1/mergesort-ARWDq)
- - [ ] [2. Bottom-up Mergesort](https://www.coursera.org/learn/algorithms-part1/lecture/PWNEl/bottom-up-mergesort)
- - [ ] [3. Sorting Complexity](https://www.coursera.org/lecture/algorithms-part1/sorting-complexity-xAltF)
- - [ ] [4. Comparators](https://www.coursera.org/lecture/algorithms-part1/comparators-9FYhS)
- - [ ] [5. Stability](https://www.coursera.org/learn/algorithms-part1/lecture/pvvLZ/stability)
+- [ ] Sedgewick - Mergesort (5 videos)
+ - [ ] 1. Mergesort
+ - [ ] 2. Bottom-up Mergesort
+ - [ ] 3. Sorting Complexity
+ - [ ] 4. Comparators
+ - [ ] 5. Stability
-- [ ] [Sedgewick - Quicksort (4 videos)](https://www.coursera.org/learn/algorithms-part1/home/week/3)
- - [ ] [1. Quicksort](https://www.coursera.org/lecture/algorithms-part1/quicksort-vjvnC)
- - [ ] [2. Selection](https://www.coursera.org/lecture/algorithms-part1/selection-UQxFT)
- - [ ] [3. Duplicate Keys](https://www.coursera.org/lecture/algorithms-part1/duplicate-keys-XvjPd)
- - [ ] [4. System Sorts](https://www.coursera.org/lecture/algorithms-part1/system-sorts-QBNZ7)
+- [ ] Sedgewick - Quicksort (4 videos)
+ - [ ] 1. Quicksort
+ - [ ] 2. Selection
+ - [ ] 3. Duplicate Keys
+ - [ ] 4. System Sorts
- [ ] UC Berkeley:
- - [ ] [CS 61B Lecture 29: Sorting I (video)](https://archive.org/details/ucberkeley_webcast_EiUvYS2DT6I)
- - [ ] [CS 61B Lecture 30: Sorting II (video)](https://archive.org/details/ucberkeley_webcast_2hTY3t80Qsk)
- - [ ] [CS 61B Lecture 32: Sorting III (video)](https://archive.org/details/ucberkeley_webcast_Y6LOLpxg6Dc)
- - [ ] [CS 61B Lecture 33: Sorting V (video)](https://archive.org/details/ucberkeley_webcast_qNMQ4ly43p4)
- - [ ] [CS 61B 2014-04-21: Radix Sort(video)](https://archive.org/details/ucberkeley_webcast_pvbBMd-3NoI)
-
-- [ ] [Bubble Sort (video)](https://www.youtube.com/watch?v=P00xJgWzz2c&index=1&list=PL89B61F78B552C1AB)
-- [ ] [Analyzing Bubble Sort (video)](https://www.youtube.com/watch?v=ni_zk257Nqo&index=7&list=PL89B61F78B552C1AB)
-- [ ] [Insertion Sort, Merge Sort (video)](https://www.youtube.com/watch?v=Kg4bqzAqRBM&index=3&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb)
-- [ ] [Insertion Sort (video)](https://www.youtube.com/watch?v=c4BRHC7kTaQ&index=2&list=PL89B61F78B552C1AB)
-- [ ] [Merge Sort (video)](https://www.youtube.com/watch?v=GCae1WNvnZM&index=3&list=PL89B61F78B552C1AB)
-- [ ] [Quicksort (video)](https://www.youtube.com/watch?v=y_G9BkAm6B8&index=4&list=PL89B61F78B552C1AB)
-- [ ] [Selection Sort (video)](https://www.youtube.com/watch?v=6nDMgr0-Yyo&index=8&list=PL89B61F78B552C1AB)
+ - [ ] CS 61B Lecture 29: Sorting I (video)
+ - [ ] CS 61B Lecture 30: Sorting II (video)
+ - [ ] CS 61B Lecture 32: Sorting III (video)
+ - [ ] CS 61B Lecture 33: Sorting V (video)
+ - [ ] CS 61B 2014-04-21: Radix Sort(video)
+
+- [ ] Bubble Sort (video)
+- [ ] Analyzing Bubble Sort (video)
+- [ ] Insertion Sort, Merge Sort (video)
+- [ ] Insertion Sort (video)
+- [ ] Merge Sort (video)
+- [ ] Quicksort (video)
+- [ ] Selection Sort (video)
- [ ] Merge sort code:
- - [ ] [Using output array (C)](http://www.cs.yale.edu/homes/aspnes/classes/223/examples/sorting/mergesort.c)
- - [ ] [Using output array (Python)](https://github.com/jwasham/practice-python/blob/master/merge_sort/merge_sort.py)
- - [ ] [In-place (C++)](https://github.com/jwasham/practice-cpp/blob/master/merge_sort/merge_sort.cc)
+ - [ ] Using output array (C)
+ - [ ] Using output array (Python)
+ - [ ] In-place (C++)
- [ ] Quick sort code:
- - [ ] [Implementation (C)](http://www.cs.yale.edu/homes/aspnes/classes/223/examples/randomization/quick.c)
- - [ ] [Implementation (C)](https://github.com/jwasham/practice-c/blob/master/quick_sort/quick_sort.c)
- - [ ] [Implementation (Python)](https://github.com/jwasham/practice-python/blob/master/quick_sort/quick_sort.py)
-
-- [ ] [[Review] Sorting (playlist) in 18 minutes](https://www.youtube.com/playlist?list=PL9xmBV_5YoZOZSbGAXAPIq1BeUf4j20pl)
- - [ ] [Quick sort in 4 minutes (video)](https://youtu.be/Hoixgm4-P4M)
- - [ ] [Heap sort in 4 minutes (video)](https://youtu.be/2DmK_H7IdTo)
- - [ ] [Merge sort in 3 minutes (video)](https://youtu.be/4VqmGXwpLqc)
- - [ ] [Bubble sort in 2 minutes (video)](https://youtu.be/xli_FI7CuzA)
- - [ ] [Selection sort in 3 minutes (video)](https://youtu.be/g-PGLbMth_g)
- - [ ] [Insertion sort in 2 minutes (video)](https://youtu.be/JU767SDMDvA)
+ - [ ] Implementation (C)
+ - [ ] Implementation (C)
+ - [ ] Implementation (Python)
+
+- [ ] [Review] Sorting (playlist) in 18 minutes
+ - [ ] Quick sort in 4 minutes (video)
+ - [ ] Heap sort in 4 minutes (video)
+ - [ ] Merge sort in 3 minutes (video)
+ - [ ] Bubble sort in 2 minutes (video)
+ - [ ] Selection sort in 3 minutes (video)
+ - [ ] Insertion sort in 2 minutes (video)
- [ ] Implement:
- [ ] Mergesort: O(n log n) average and worst case
@@ -910,20 +912,20 @@ if you can identify the runtime complexity of different algorithms. It's a super
- For heapsort, see Heap data structure above
- [ ] Not required, but I recommended them:
- - [ ] [Sedgewick - Radix Sorts (6 videos)](https://www.coursera.org/learn/algorithms-part2/home/week/3)
- - [ ] [1. Strings in Java](https://www.coursera.org/learn/algorithms-part2/lecture/vGHvb/strings-in-java)
- - [ ] [2. Key Indexed Counting](https://www.coursera.org/lecture/algorithms-part2/key-indexed-counting-2pi1Z)
- - [ ] [3. Least Significant Digit First String Radix Sort](https://www.coursera.org/learn/algorithms-part2/lecture/c1U7L/lsd-radix-sort)
- - [ ] [4. Most Significant Digit First String Radix Sort](https://www.coursera.org/learn/algorithms-part2/lecture/gFxwG/msd-radix-sort)
- - [ ] [5. 3 Way Radix Quicksort](https://www.coursera.org/lecture/algorithms-part2/3-way-radix-quicksort-crkd5)
- - [ ] [6. Suffix Arrays](https://www.coursera.org/learn/algorithms-part2/lecture/TH18W/suffix-arrays)
- - [ ] [Radix Sort](http://www.cs.yale.edu/homes/aspnes/classes/223/notes.html#radixSort)
- - [ ] [Radix Sort (video)](https://www.youtube.com/watch?v=xhr26ia4k38)
- - [ ] [Radix Sort, Counting Sort (linear time given constraints) (video)](https://www.youtube.com/watch?v=Nz1KZXbghj8&index=7&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb)
- - [ ] [Randomization: Matrix Multiply, Quicksort, Freivalds' algorithm (video)](https://www.youtube.com/watch?v=cNB2lADK3_s&index=8&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp)
- - [ ] [Sorting in Linear Time (video)](https://www.youtube.com/watch?v=pOKy3RZbSws&list=PLUl4u3cNGP61hsJNdULdudlRL493b-XZf&index=14)
-
-As a summary, here is a visual representation of [15 sorting algorithms](https://www.youtube.com/watch?v=kPRA0W1kECg).
+ - [ ] Sedgewick - Radix Sorts (6 videos)
+ - [ ] 1. Strings in Java
+ - [ ] 2. Key Indexed Counting
+ - [ ] 3. Least Significant Digit First String Radix Sort
+ - [ ] 4. Most Significant Digit First String Radix Sort
+ - [ ] 5. 3 Way Radix Quicksort
+ - [ ] 6. Suffix Arrays
+ - [ ] Radix Sort
+ - [ ] Radix Sort (video)
+ - [ ] Radix Sort, Counting Sort (linear time given constraints) (video)
+ - [ ] Randomization: Matrix Multiply, Quicksort, Freivalds' algorithm (video)
+ - [ ] Sorting in Linear Time (video)
+
+As a summary, here is a visual representation of 15 sorting algorithms.
If you need more detail on this subject, see the "Sorting" section in [Additional Detail on Some Subjects](#additional-detail-on-some-subjects)
**[⬆ back to top](#table-of-contents)**
@@ -943,35 +945,34 @@ Graphs can be used to represent many problems in computer science, so this secti
- When asked a question, look for a graph-based solution first, then move on if none
- [ ] MIT(videos):
- - [ ] [Breadth-First Search](https://www.youtube.com/watch?v=oFVYVzlvk9c&t=14s&ab_channel=MITOpenCourseWare)
- - [ ] [Depth-First Search](https://www.youtube.com/watch?v=IBfWDYSffUU&t=32s&ab_channel=MITOpenCourseWare)
+ - [ ] Breadth-First Search
+ - [ ] Depth-First Search
- [ ] Skiena Lectures - great intro:
- - [ ] [CSE373 2020 - Lecture 10 - Graph Data Structures (video)](https://www.youtube.com/watch?v=Sjk0xqWWPCc&list=PLOtl7M3yp-DX6ic0HGT0PUX_wiNmkWkXx&index=10)
- - [ ] [CSE373 2020 - Lecture 11 - Graph Traversal (video)](https://www.youtube.com/watch?v=ZTwjXj81NVY&list=PLOtl7M3yp-DX6ic0HGT0PUX_wiNmkWkXx&index=11)
- - [ ] [CSE373 2020 - Lecture 12 - Depth First Search (video)](https://www.youtube.com/watch?v=KyordYB3BOs&list=PLOtl7M3yp-DX6ic0HGT0PUX_wiNmkWkXx&index=12)
- - [ ] [CSE373 2020 - Lecture 13 - Minimum Spanning Trees (video)](https://www.youtube.com/watch?v=oolm2VnJUKw&list=PLOtl7M3yp-DX6ic0HGT0PUX_wiNmkWkXx&index=13)
- - [ ] [CSE373 2020 - Lecture 14 - Minimum Spanning Trees (con't) (video)](https://www.youtube.com/watch?v=RktgPx0MarY&list=PLOtl7M3yp-DX6ic0HGT0PUX_wiNmkWkXx&index=14)
- - [ ] [CSE373 2020 - Lecture 15 - Graph Algorithms (con't 2) (video)](https://www.youtube.com/watch?v=MUe5DXRhyAo&list=PLOtl7M3yp-DX6ic0HGT0PUX_wiNmkWkXx&index=15)
+ - [ ] CSE373 2020 - Lecture 10 - Graph Data Structures (video)
+ - [ ] CSE373 2020 - Lecture 11 - Graph Traversal (video)
+ - [ ] CSE373 2020 - Lecture 12 - Depth First Search (video)
+ - [ ] CSE373 2020 - Lecture 13 - Minimum Spanning Trees (video)
+ - [ ] CSE373 2020 - Lecture 14 - Minimum Spanning Trees (con't) (video)
+ - [ ] CSE373 2020 - Lecture 15 - Graph Algorithms (con't 2) (video)
- [ ] Graphs (review and more):
-
- - [ ] [6.006 Single-Source Shortest Paths Problem (video)](https://www.youtube.com/watch?v=Aa2sqUhIn-E&index=15&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb)
- - [ ] [6.006 Dijkstra (video)](https://www.youtube.com/watch?v=NSHizBK9JD8&t=1731s&ab_channel=MITOpenCourseWare)
- - [ ] [6.006 Bellman-Ford (video)](https://www.youtube.com/watch?v=f9cVS_URPc0&ab_channel=MITOpenCourseWare)
- - [ ] [6.006 Speeding Up Dijkstra (video)](https://www.youtube.com/watch?v=CHvQ3q_gJ7E&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb&index=18)
- - [ ] [Aduni: Graph Algorithms I - Topological Sorting, Minimum Spanning Trees, Prim's Algorithm - Lecture 6 (video)]( https://www.youtube.com/watch?v=i_AQT_XfvD8&index=6&list=PLFDnELG9dpVxQCxuD-9BSy2E7BWY3t5Sm)
- - [ ] [Aduni: Graph Algorithms II - DFS, BFS, Kruskal's Algorithm, Union Find Data Structure - Lecture 7 (video)]( https://www.youtube.com/watch?v=ufj5_bppBsA&list=PLFDnELG9dpVxQCxuD-9BSy2E7BWY3t5Sm&index=7)
- - [ ] [Aduni: Graph Algorithms III: Shortest Path - Lecture 8 (video)](https://www.youtube.com/watch?v=DiedsPsMKXc&list=PLFDnELG9dpVxQCxuD-9BSy2E7BWY3t5Sm&index=8)
- - [ ] [Aduni: Graph Alg. IV: Intro to geometric algorithms - Lecture 9 (video)](https://www.youtube.com/watch?v=XIAQRlNkJAw&list=PLFDnELG9dpVxQCxuD-9BSy2E7BWY3t5Sm&index=9)
- - [ ] [CS 61B 2014: Weighted graphs (video)](https://archive.org/details/ucberkeley_webcast_zFbq8vOZ_0k)
- - [ ] [Greedy Algorithms: Minimum Spanning Tree (video)](https://www.youtube.com/watch?v=tKwnms5iRBU&index=16&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp)
- - [ ] [Strongly Connected Components Kosaraju's Algorithm Graph Algorithm (video)](https://www.youtube.com/watch?v=RpgcYiky7uw)
- - [ ] [[Review] Shortest Path Algorithms (playlist) in 16 minutes (video)](https://www.youtube.com/playlist?list=PL9xmBV_5YoZO-Y-H3xIC9DGSfVYJng9Yw)
- - [ ] [[Review] Minimum Spanning Trees (playlist) in 4 minutes (video)](https://www.youtube.com/playlist?list=PL9xmBV_5YoZObEi3Hf6lmyW-CBfs7nkOV)
+ - [ ] 6.006 Single-Source Shortest Paths Problem (video)
+ - [ ] 6.006 Dijkstra (video)
+ - [ ] 6.006 Bellman-Ford (video)
+ - [ ] 6.006 Speeding Up Dijkstra (video)
+ - [ ] Aduni: Graph Algorithms I - Topological Sorting, Minimum Spanning Trees, Prim's Algorithm - Lecture 6 (video)
+ - [ ] Aduni: Graph Algorithms II - DFS, BFS, Kruskal's Algorithm, Union Find Data Structure - Lecture 7 (video)
+ - [ ] Aduni: Graph Algorithms III: Shortest Path - Lecture 8 (video)
+ - [ ] Aduni: Graph Alg. IV: Intro to geometric algorithms - Lecture 9 (video)
+ - [ ] CS 61B 2014: Weighted graphs (video)
+ - [ ] Greedy Algorithms: Minimum Spanning Tree (video)
+ - [ ] Strongly Connected Components Kosaraju's Algorithm Graph Algorithm (video)
+ - [ ] [Review] Shortest Path Algorithms (playlist) in 16 minutes (video)
+ - [ ] [Review] Minimum Spanning Trees (playlist) in 4 minutes (video)
- Full Coursera Course:
- - [ ] [Algorithms on Graphs (video)](https://www.coursera.org/learn/algorithms-on-graphs/home/welcome)
+ - [ ] Algorithms on Graphs (video)
- I'll implement:
- [ ] DFS with adjacency list (recursive)
@@ -995,47 +996,47 @@ Graphs can be used to represent many problems in computer science, so this secti
- ### Recursion
- [ ] Stanford lectures on recursion & backtracking:
- - [ ] [Lecture 8 | Programming Abstractions (video)](https://www.youtube.com/watch?v=gl3emqCuueQ&list=PLFE6E58F856038C69&index=8)
- - [ ] [Lecture 9 | Programming Abstractions (video)](https://www.youtube.com/watch?v=uFJhEPrbycQ&list=PLFE6E58F856038C69&index=9)
- - [ ] [Lecture 10 | Programming Abstractions (video)](https://www.youtube.com/watch?v=NdF1QDTRkck&index=10&list=PLFE6E58F856038C69)
- - [ ] [Lecture 11 | Programming Abstractions (video)](https://www.youtube.com/watch?v=p-gpaIGRCQI&list=PLFE6E58F856038C69&index=11)
+ - [ ] Lecture 8 | Programming Abstractions (video)
+ - [ ] Lecture 9 | Programming Abstractions (video)
+ - [ ] Lecture 10 | Programming Abstractions (video)
+ - [ ] Lecture 11 | Programming Abstractions (video)
- When it is appropriate to use it?
- How is tail recursion better than not?
- - [ ] [What Is Tail Recursion Why Is It So Bad?](https://www.quora.com/What-is-tail-recursion-Why-is-it-so-bad)
- - [ ] [Tail Recursion (video)](https://www.coursera.org/lecture/programming-languages/tail-recursion-YZic1)
- - [ ] [5 Simple Steps for Solving Any Recursive Problem(video)](https://youtu.be/ngCos392W4w)
+ - [ ] What Is Tail Recursion Why Is It So Bad?
+ - [ ] Tail Recursion (video)
+ - [ ] 5 Simple Steps for Solving Any Recursive Problem(video)
- Backtracking Blueprint: [Java](https://leetcode.com/problems/combination-sum/discuss/16502/A-general-approach-to-backtracking-questions-in-Java-(Subsets-Permutations-Combination-Sum-Palindrome-Partitioning))
- [Python](https://leetcode.com/problems/combination-sum/discuss/429538/General-Backtracking-questions-solutions-in-Python-for-reference-%3A)
+ Backtracking Blueprint: Java
+ Python
- ### Dynamic Programming
- You probably won't see any dynamic programming problems in your interview, but it's worth being able to recognize a
problem as being a candidate for dynamic programming.
- This subject can be pretty difficult, as each DP soluble problem must be defined as a recursion relation, and coming up with it can be tricky.
- I suggest looking at many examples of DP problems until you have a solid understanding of the pattern involved.
- [ ] Videos:
- - [ ] [Skiena: CSE373 2020 - Lecture 19 - Introduction to Dynamic Programming (video)](https://www.youtube.com/watch?v=wAA0AMfcJHQ&list=PLOtl7M3yp-DX6ic0HGT0PUX_wiNmkWkXx&index=18)
- - [ ] [Skiena: CSE373 2020 - Lecture 20 - Edit Distance (video)](https://www.youtube.com/watch?v=T3A4jlHlhtA&list=PLOtl7M3yp-DX6ic0HGT0PUX_wiNmkWkXx&index=19)
- - [ ] [Skiena: CSE373 2020 - Lecture 20 - Edit Distance (continued) (video)](https://www.youtube.com/watch?v=iPnPVcZmRbE&list=PLOtl7M3yp-DX6ic0HGT0PUX_wiNmkWkXx&index=20)
- - [ ] [Skiena: CSE373 2020 - Lecture 21 - Dynamic Programming (video)](https://www.youtube.com/watch?v=2xPE4Wq8coQ&list=PLOtl7M3yp-DX6ic0HGT0PUX_wiNmkWkXx&index=21)
- - [ ] [Skiena: CSE373 2020 - Lecture 22 - Dynamic Programming and Review (video)](https://www.youtube.com/watch?v=Yh3RzqQGsyI&list=PLOtl7M3yp-DX6ic0HGT0PUX_wiNmkWkXx&index=22)
- - [ ] [Simonson: Dynamic Programming 0 (starts at 59:18) (video)](https://youtu.be/J5aJEcOr6Eo?list=PLFDnELG9dpVxQCxuD-9BSy2E7BWY3t5Sm&t=3558)
- - [ ] [Simonson: Dynamic Programming I - Lecture 11 (video)](https://www.youtube.com/watch?v=0EzHjQ_SOeU&index=11&list=PLFDnELG9dpVxQCxuD-9BSy2E7BWY3t5Sm)
- - [ ] [Simonson: Dynamic programming II - Lecture 12 (video)](https://www.youtube.com/watch?v=v1qiRwuJU7g&list=PLFDnELG9dpVxQCxuD-9BSy2E7BWY3t5Sm&index=12)
+ - [ ] Skiena: CSE373 2020 - Lecture 19 - Introduction to Dynamic Programming (video)
+ - [ ] Skiena: CSE373 2020 - Lecture 20 - Edit Distance (video)
+ - [ ] Skiena: CSE373 2020 - Lecture 20 - Edit Distance (continued) (video)
+ - [ ] Skiena: CSE373 2020 - Lecture 21 - Dynamic Programming (video)
+ - [ ] Skiena: CSE373 2020 - Lecture 22 - Dynamic Programming and Review (video)
+ - [ ] Simonson: Dynamic Programming 0 (starts at 59:18) (video)
+ - [ ] Simonson: Dynamic Programming I - Lecture 11 (video)
+ - [ ] Simonson: Dynamic programming II - Lecture 12 (video)
- [ ] List of individual DP problems (each is short):
- [Dynamic Programming (video)](https://www.youtube.com/playlist?list=PLrmLmBdmIlpsHaNTPP_jHHDx_os9ItYXr)
+ Dynamic Programming (video)
- [ ] Yale Lecture notes:
- - [ ] [Dynamic Programming](http://www.cs.yale.edu/homes/aspnes/classes/223/notes.html#dynamicProgramming)
+ - [ ] Dynamic Programming
- [ ] Coursera:
- - [ ] [The RNA secondary structure problem (video)](https://www.coursera.org/learn/algorithmic-thinking-2/lecture/80RrW/the-rna-secondary-structure-problem)
- - [ ] [A dynamic programming algorithm (video)](https://www.coursera.org/lecture/algorithmic-thinking-2/a-dynamic-programming-algorithm-PSonq)
- - [ ] [Illustrating the DP algorithm (video)](https://www.coursera.org/lecture/algorithmic-thinking-2/illustrating-the-dp-algorithm-oUEK2)
- - [ ] [Running time of the DP algorithm (video)](https://www.coursera.org/learn/algorithmic-thinking-2/lecture/nfK2r/running-time-of-the-dp-algorithm)
- - [ ] [DP vs. recursive implementation (video)](https://www.coursera.org/learn/algorithmic-thinking-2/lecture/M999a/dp-vs-recursive-implementation)
- - [ ] [Global pairwise sequence alignment (video)](https://www.coursera.org/lecture/algorithmic-thinking-2/global-pairwise-sequence-alignment-UZ7o6)
- - [ ] [Local pairwise sequence alignment (video)](https://www.coursera.org/learn/algorithmic-thinking-2/lecture/WnNau/local-pairwise-sequence-alignment)
+ - [ ] The RNA secondary structure problem (video)
+ - [ ] A dynamic programming algorithm (video)
+ - [ ] Illustrating the DP algorithm (video)
+ - [ ] Running time of the DP algorithm (video)
+ - [ ] DP vs. recursive implementation (video)
+ - [ ] Global pairwise sequence alignment (video)
+ - [ ] Local pairwise sequence alignment (video)
- ### Design patterns
- - [ ] [Quick UML review (video)](https://www.youtube.com/watch?v=3cmzqZzwNDM&list=PLGLfVvz_LVvQ5G-LdJ8RLqe-ndo7QITYc&index=3)
+ - [ ] Quick UML review (video)
- [ ] Learn these patterns:
- [ ] strategy
- [ ] singleton
@@ -1054,64 +1055,64 @@ Graphs can be used to represent many problems in computer science, so this secti
- [ ] iterator
- [ ] composite
- [ ] flyweight
- - [ ] [Series of videos (27 videos)](https://www.youtube.com/playlist?list=PLF206E906175C7E07)
- - [ ] [Book: Head First Design Patterns](https://www.amazon.com/Head-First-Design-Patterns-Freeman/dp/0596007124)
+ - [ ] Series of videos (27 videos)
+ - [ ] Book: Head First Design Patterns
- I know the canonical book is "Design Patterns: Elements of Reusable Object-Oriented Software", but Head First is great for beginners to OO.
- - [Handy reference: 101 Design Patterns & Tips for Developers](https://sourcemaking.com/design-patterns-and-tips)
+ - Handy reference: 101 Design Patterns & Tips for Developers
- ### Combinatorics (n choose k) & Probability
- - [ ] [Math Skills: How to find Factorial, Permutation, and Combination (Choose) (video)](https://www.youtube.com/watch?v=8RRo6Ti9d0U)
- - [ ] [Make School: Probability (video)](https://www.youtube.com/watch?v=sZkAAk9Wwa4)
- - [ ] [Make School: More Probability and Markov Chains (video)](https://www.youtube.com/watch?v=dNaJg-mLobQ)
+ - [ ] Math Skills: How to find Factorial, Permutation, and Combination (Choose) (video)
+ - [ ] Make School: Probability (video)
+ - [ ] Make School: More Probability and Markov Chains (video)
- [ ] Khan Academy:
- Course layout:
- - [ ] [Basic Theoretical Probability](https://www.khanacademy.org/math/probability/probability-and-combinatorics-topic)
+ - [ ] Basic Theoretical Probability
- Just the videos - 41 (each are simple and each are short):
- - [ ] [Probability Explained (video)](https://www.youtube.com/watch?v=uzkc-qNVoOk&list=PLC58778F28211FA19)
+ - [ ] Probability Explained (video)
- ### NP, NP-Complete and Approximation Algorithms
- Know about the most famous classes of NP-complete problems, such as the traveling salesman and the knapsack problem,
and be able to recognize them when an interviewer asks you them in disguise.
- Know what NP-complete means.
- - [ ] [Computational Complexity (video)](https://www.youtube.com/watch?v=moPtwq_cVH8&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb&index=23)
+ - [ ] Computational Complexity (video)
- [ ] Simonson:
- - [ ] [Greedy Algs. II & Intro to NP-Completeness (video)](https://youtu.be/qcGnJ47Smlo?list=PLFDnELG9dpVxQCxuD-9BSy2E7BWY3t5Sm&t=2939)
- - [ ] [NP Completeness II & Reductions (video)](https://www.youtube.com/watch?v=e0tGC6ZQdQE&index=16&list=PLFDnELG9dpVxQCxuD-9BSy2E7BWY3t5Sm)
- - [ ] [NP Completeness III (Video)](https://www.youtube.com/watch?v=fCX1BGT3wjE&index=17&list=PLFDnELG9dpVxQCxuD-9BSy2E7BWY3t5Sm)
- - [ ] [NP Completeness IV (video)](https://www.youtube.com/watch?v=NKLDp3Rch3M&list=PLFDnELG9dpVxQCxuD-9BSy2E7BWY3t5Sm&index=18)
+ - [ ] Greedy Algs. II & Intro to NP-Completeness (video)
+ - [ ] NP Completeness II & Reductions (video)
+ - [ ] NP Completeness III (Video)
+ - [ ] NP Completeness IV (video)
- [ ] Skiena:
- - [ ] [CSE373 2020 - Lecture 23 - NP-Completeness (video)](https://www.youtube.com/watch?v=ItHp5laE1VE&list=PLOtl7M3yp-DX6ic0HGT0PUX_wiNmkWkXx&index=23)
- - [ ] [CSE373 2020 - Lecture 24 - Satisfiability (video)](https://www.youtube.com/watch?v=inaFJeCzGxU&list=PLOtl7M3yp-DX6ic0HGT0PUX_wiNmkWkXx&index=24)
- - [ ] [CSE373 2020 - Lecture 25 - More NP-Completeness (video)](https://www.youtube.com/watch?v=B-bhKxjZLlc&list=PLOtl7M3yp-DX6ic0HGT0PUX_wiNmkWkXx&index=25)
- - [ ] [CSE373 2020 - Lecture 26 - NP-Completeness Challenge (video)](https://www.youtube.com/watch?v=_EzetTkG_Cc&list=PLOtl7M3yp-DX6ic0HGT0PUX_wiNmkWkXx&index=26)
- - [ ] [Complexity: P, NP, NP-completeness, Reductions (video)](https://www.youtube.com/watch?v=eHZifpgyH_4&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp&index=22)
- - [ ] [Complexity: Approximation Algorithms (video)](https://www.youtube.com/watch?v=MEz1J9wY2iM&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp&index=24)
- - [ ] [Complexity: Fixed-Parameter Algorithms (video)](https://www.youtube.com/watch?v=4q-jmGrmxKs&index=25&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp)
+ - [ ] CSE373 2020 - Lecture 23 - NP-Completeness (video)
+ - [ ] CSE373 2020 - Lecture 24 - Satisfiability (video)
+ - [ ] CSE373 2020 - Lecture 25 - More NP-Completeness (video)
+ - [ ] CSE373 2020 - Lecture 26 - NP-Completeness Challenge (video)
+ - [ ] Complexity: P, NP, NP-completeness, Reductions (video)
+ - [ ] Complexity: Approximation Algorithms (video)
+ - [ ] Complexity: Fixed-Parameter Algorithms (video)
- Peter Norvig discusses near-optimal solutions to the traveling salesman problem:
- - [Jupyter Notebook](http://nbviewer.jupyter.org/url/norvig.com/ipython/TSP.ipynb)
+ - Jupyter Notebook
- Pages 1048 - 1140 in CLRS if you have it.
- ### How computers process a program
- - [ ] [How CPU executes a program (video)](https://www.youtube.com/watch?v=XM4lGflQFvA)
- - [ ] [How computers calculate - ALU (video)](https://youtu.be/1I5ZMmrOfnA)
- - [ ] [Registers and RAM (video)](https://youtu.be/fpnE6UAfbtU)
- - [ ] [The Central Processing Unit (CPU) (video)](https://youtu.be/FZGugFqdr60)
- - [ ] [Instructions and Programs (video)](https://youtu.be/zltgXvg6r3k)
+ - [ ] How CPU executes a program (video)
+ - [ ] How computers calculate - ALU (video)
+ - [ ] Registers and RAM (video)
+ - [ ] The Central Processing Unit (CPU) (video)
+ - [ ] Instructions and Programs (video)
- ### Caches
- [ ] LRU cache:
- - [ ] [The Magic of LRU Cache (100 Days of Google Dev) (video)](https://www.youtube.com/watch?v=R5ON3iwx78M)
- - [ ] [Implementing LRU (video)](https://www.youtube.com/watch?v=bq6N7Ym81iI)
- - [ ] [LeetCode - 146 LRU Cache (C++) (video)](https://www.youtube.com/watch?v=8-FZRAjR7qU)
+ - [ ] The Magic of LRU Cache (100 Days of Google Dev) (video)
+ - [ ] Implementing LRU (video)
+ - [ ] LeetCode - 146 LRU Cache (C++) (video)
- [ ] CPU cache:
- - [ ] [MIT 6.004 L15: The Memory Hierarchy (video)](https://www.youtube.com/watch?v=vjYF_fAZI5E&list=PLrRW1w6CGAcXbMtDFj205vALOGmiRc82-&index=24)
- - [ ] [MIT 6.004 L16: Cache Issues (video)](https://www.youtube.com/watch?v=ajgC3-pyGlk&index=25&list=PLrRW1w6CGAcXbMtDFj205vALOGmiRc82-)
+ - [ ] MIT 6.004 L15: The Memory Hierarchy (video)
+ - [ ] MIT 6.004 L16: Cache Issues (video)
- ### Processes and Threads
- [ ] Computer Science 162 - Operating Systems (25 videos):
- for processes and threads see videos 1-11
- - [Operating Systems and System Programming (video)](https://archive.org/details/ucberkeley-webcast-PL-XXv-cvA_iBDyz-ba4yDskqMDY6A1w_c)
- - [What Is The Difference Between A Process And A Thread?](https://www.quora.com/What-is-the-difference-between-a-process-and-a-thread)
+ - Operating Systems and System Programming (video)
+ - What Is The Difference Between A Process And A Thread?
- Covers:
- Processes, Threads, Concurrency issues
- Difference between processes and threads
@@ -1126,23 +1127,23 @@ Graphs can be used to represent many problems in computer science, so this secti
- Livelock
- CPU activity, interrupts, context switching
- Modern concurrency constructs with multicore processors
- - [Paging, segmentation, and virtual memory (video)](https://youtu.be/O4nwUqQodAg)
- - [Interrupts (video)](https://youtu.be/iKlAWIKEyuw)
+ - Paging, segmentation, and virtual memory (video)
+ - Interrupts (video)
- Process resource needs (memory: code, static storage, stack, heap, and also file descriptors, i/o)
- Thread resource needs (shares above (minus stack) with other threads in the same process but each has its own PC, stack counter, registers, and stack)
- Forking is really copy on write (read-only) until the new process writes to memory, then it does a full copy.
- Context switching
- - [How context switching is initiated by the operating system and underlying hardware?](https://www.javatpoint.com/what-is-the-context-switching-in-the-operating-system)
- - [ ] [threads in C++ (series - 10 videos)](https://www.youtube.com/playlist?list=PL5jc9xFGsL8E12so1wlMS0r0hTQoJL74M)
- - [ ] [CS 377 Spring '14: Operating Systems from University of Massachusetts](https://www.youtube.com/playlist?list=PLacuG5pysFbDQU8kKxbUh4K5c1iL5_k7k)
+ - How context switching is initiated by the operating system and underlying hardware?
+ - [ ] threads in C++ (series - 10 videos)
+ - [ ] CS 377 Spring '14: Operating Systems from University of Massachusetts
- [ ] concurrency in Python (videos):
- - [ ] [Short series on threads](https://www.youtube.com/playlist?list=PL1H1sBF1VAKVMONJWJkmUh6_p8g4F2oy1)
- - [ ] [Python Threads](https://www.youtube.com/watch?v=Bs7vPNbB9JM)
- - [ ] [Understanding the Python GIL (2010)](https://www.youtube.com/watch?v=Obt-vMVdM8s)
- - [reference](http://www.dabeaz.com/GIL)
- - [ ] [David Beazley - Python Concurrency From the Ground Up LIVE! - PyCon 2015](https://www.youtube.com/watch?v=MCs5OvhV9S4)
- - [ ] [Keynote David Beazley - Topics of Interest (Python Asyncio)](https://www.youtube.com/watch?v=ZzfHjytDceU)
- - [ ] [Mutex in Python](https://www.youtube.com/watch?v=0zaPs8OtyKY)
+ - [ ] Short series on threads
+ - [ ] Python Threads
+ - [ ] Understanding the Python GIL (2010)
+ - reference
+ - [ ] David Beazley - Python Concurrency From the Ground Up LIVE! - PyCon 2015
+ - [ ] Keynote David Beazley - Topics of Interest (Python Asyncio)
+ - [ ] Mutex in Python
- ### Testing
- To cover:
@@ -1150,75 +1151,75 @@ Graphs can be used to represent many problems in computer science, so this secti
- what are mock objects
- what is integration testing
- what is dependency injection
- - [ ] [Agile Software Testing with James Bach (video)](https://www.youtube.com/watch?v=SAhJf36_u5U)
- - [ ] [Open Lecture by James Bach on Software Testing (video)](https://www.youtube.com/watch?v=ILkT_HV9DVU)
- - [ ] [Steve Freeman - Test-Driven Development (that’s not what we meant) (video)](https://vimeo.com/83960706)
- - [slides](http://gotocon.com/dl/goto-berlin-2013/slides/SteveFreeman_TestDrivenDevelopmentThatsNotWhatWeMeant.pdf)
+ - [ ] Agile Software Testing with James Bach (video)
+ - [ ] Open Lecture by James Bach on Software Testing (video)
+ - [ ] Steve Freeman - Test-Driven Development (that’s not what we meant) (video)
+ - slides
- [ ] Dependency injection:
- - [ ] [video](https://www.youtube.com/watch?v=IKD2-MAkXyQ)
- - [ ] [Tao Of Testing](http://jasonpolites.github.io/tao-of-testing/ch3-1.1.html)
- - [ ] [How to write tests](http://jasonpolites.github.io/tao-of-testing/ch4-1.1.html)
+ - [ ] video
+ - [ ] Tao Of Testing
+ - [ ] How to write tests
- ### String searching & manipulations
- - [ ] [Sedgewick - Suffix Arrays (video)](https://www.coursera.org/learn/algorithms-part2/lecture/TH18W/suffix-arrays)
- - [ ] [Sedgewick - Substring Search (videos)](https://www.coursera.org/learn/algorithms-part2/home/week/4)
- - [ ] [1. Introduction to Substring Search](https://www.coursera.org/lecture/algorithms-part2/introduction-to-substring-search-n3ZpG)
- - [ ] [2. Brute-Force Substring Search](https://www.coursera.org/learn/algorithms-part2/lecture/2Kn5i/brute-force-substring-search)
- - [ ] [3. Knuth-Morris Pratt](https://www.coursera.org/learn/algorithms-part2/lecture/TAtDr/knuth-morris-pratt)
- - [ ] [4. Boyer-Moore](https://www.coursera.org/learn/algorithms-part2/lecture/CYxOT/boyer-moore)
- - [ ] [5. Rabin-Karp](https://www.coursera.org/lecture/algorithms-part2/rabin-karp-3KiqT)
- - [ ] [Search pattern in a text (video)](https://www.coursera.org/learn/data-structures/lecture/tAfHI/search-pattern-in-text)
+ - [ ] Sedgewick - Suffix Arrays (video)
+ - [ ] Sedgewick - Substring Search (videos)
+ - [ ] 1. Introduction to Substring Search
+ - [ ] 2. Brute-Force Substring Search
+ - [ ] 3. Knuth-Morris Pratt
+ - [ ] 4. Boyer-Moore
+ - [ ] 5. Rabin-Karp
+ - [ ] Search pattern in a text (video)
- If you need more detail on this subject, see the "String Matching" section in [Additional Detail on Some Subjects](#additional-detail-on-some-subjects).
+ If you need more detail on this subject, see the "String Matching" section in Additional Detail on Some Subjects.
- ### Tries
- Note there are different kinds of tries. Some have prefixes, some don't, and some use strings instead of bits
to track the path
- I read through the code, but will not implement
- - [ ] [Sedgewick - Tries (3 videos)](https://www.coursera.org/learn/algorithms-part2/home/week/4)
- - [ ] [1. R Way Tries](https://www.coursera.org/learn/algorithms-part2/lecture/CPVdr/r-way-tries)
- - [ ] [2. Ternary Search Tries](https://www.coursera.org/learn/algorithms-part2/lecture/yQM8K/ternary-search-tries)
- - [ ] [3. Character Based Operations](https://www.coursera.org/learn/algorithms-part2/lecture/jwNmV/character-based-operations)
- - [ ] [Notes on Data Structures and Programming Techniques](http://www.cs.yale.edu/homes/aspnes/classes/223/notes.html#Tries)
+ - [ ] Sedgewick - Tries (3 videos)
+ - [ ] 1. R Way Tries
+ - [ ] 2. Ternary Search Tries
+ - [ ] 3. Character Based Operations
+ - [ ] Notes on Data Structures and Programming Techniques
- [ ] Short course videos:
- - [ ] [Introduction To Tries (video)](https://www.coursera.org/learn/data-structures-optimizing-performance/lecture/08Xyf/core-introduction-to-tries)
- - [ ] [Performance Of Tries (video)](https://www.coursera.org/learn/data-structures-optimizing-performance/lecture/PvlZW/core-performance-of-tries)
- - [ ] [Implementing A Trie (video)](https://www.coursera.org/learn/data-structures-optimizing-performance/lecture/DFvd3/core-implementing-a-trie)
- - [ ] [The Trie: A Neglected Data Structure](https://www.toptal.com/java/the-trie-a-neglected-data-structure)
- - [ ] [TopCoder - Using Tries](https://www.topcoder.com/thrive/articles/Using%20Tries)
- - [ ] [Stanford Lecture (real-world use case) (video)](https://www.youtube.com/watch?v=TJ8SkcUSdbU)
- - [ ] [MIT, Advanced Data Structures, Strings (can get pretty obscure about halfway through) (video)](https://www.youtube.com/watch?v=NinWEPPrkDQ&index=16&list=PLUl4u3cNGP61hsJNdULdudlRL493b-XZf)
+ - [ ] Introduction To Tries (video)
+ - [ ] Performance Of Tries (video)
+ - [ ] Implementing A Trie (video)
+ - [ ] The Trie: A Neglected Data Structure
+ - [ ] TopCoder - Using Tries
+ - [ ] Stanford Lecture (real-world use case) (video)
+ - [ ] MIT, Advanced Data Structures, Strings (can get pretty obscure about halfway through) (video)
- ### Floating Point Numbers
- - [ ] simple 8-bit: [Representation of Floating Point Numbers - 1 (video - there is an error in calculations - see video description)](https://www.youtube.com/watch?v=ji3SfClm8TU)
+ - [ ] simple 8-bit: Representation of Floating Point Numbers - 1 (video - there is an error in calculations - see video description)
- ### Unicode
- - [ ] [The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets]( http://www.joelonsoftware.com/articles/Unicode.html)
- - [ ] [What Every Programmer Absolutely, Positively Needs To Know About Encodings And Character Sets To Work With Text](http://kunststube.net/encoding/)
+ - [ ] The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets
+ - [ ] What Every Programmer Absolutely, Positively Needs To Know About Encodings And Character Sets To Work With Text
- ### Endianness
- - [ ] [Big And Little Endian](https://web.archive.org/web/20180107141940/http://www.cs.umd.edu:80/class/sum2003/cmsc311/Notes/Data/endian.html)
- - [ ] [Big Endian Vs Little Endian (video)](https://www.youtube.com/watch?v=JrNF0KRAlyo)
- - [ ] [Big And Little Endian Inside/Out (video)](https://www.youtube.com/watch?v=oBSuXP-1Tc0)
+ - [ ] Big And Little Endian
+ - [ ] Big Endian Vs Little Endian (video)
+ - [ ] Big And Little Endian Inside/Out (video)
- Very technical talk for kernel devs. Don't worry if most is over your head.
- The first half is enough.
- ### Networking
- **If you have networking experience or want to be a reliability engineer or operations engineer, expect questions**
- Otherwise, this is just good to know
- - [ ] [Khan Academy](https://www.khanacademy.org/computing/code-org/computers-and-the-internet)
- - [ ] [UDP and TCP: Comparison of Transport Protocols (video)](https://www.youtube.com/watch?v=Vdc8TCESIg8)
- - [ ] [TCP/IP and the OSI Model Explained! (video)](https://www.youtube.com/watch?v=e5DEVa9eSN0)
- - [ ] [Packet Transmission across the Internet. Networking & TCP/IP tutorial. (video)](https://www.youtube.com/watch?v=nomyRJehhnM)
- - [ ] [HTTP (video)](https://www.youtube.com/watch?v=WGJrLqtX7As)
- - [ ] [SSL and HTTPS (video)](https://www.youtube.com/watch?v=S2iBR2ZlZf0)
- - [ ] [SSL/TLS (video)](https://www.youtube.com/watch?v=Rp3iZUvXWlM)
- - [ ] [HTTP 2.0 (video)](https://www.youtube.com/watch?v=E9FxNzv1Tr8)
- - [ ] [Video Series (21 videos) (video)](https://www.youtube.com/playlist?list=PLEbnTDJUr_IegfoqO4iPnPYQui46QqT0j)
- - [ ] [Subnetting Demystified - Part 5 CIDR Notation (video)](https://www.youtube.com/watch?v=t5xYI0jzOf4)
+ - [ ] Khan Academy
+ - [ ] UDP and TCP: Comparison of Transport Protocols (video)
+ - [ ] TCP/IP and the OSI Model Explained! (video)
+ - [ ] Packet Transmission across the Internet. Networking & TCP/IP tutorial. (video)
+ - [ ] HTTP (video)
+ - [ ] SSL and HTTPS (video)
+ - [ ] SSL/TLS (video)
+ - [ ] HTTP 2.0 (video)
+ - [ ] Video Series (21 videos) (video)
+ - [ ] Subnetting Demystified - Part 5 CIDR Notation (video)
- [ ] Sockets:
- - [ ] [Java - Sockets - Introduction (video)](https://www.youtube.com/watch?v=6G_W54zuadg&t=6s)
- - [ ] [Socket Programming (video)](https://www.youtube.com/watch?v=G75vN2mnJeQ)
+ - [ ] Java - Sockets - Introduction (video)
+ - [ ] Socket Programming (video)
---
@@ -1230,59 +1231,59 @@ Graphs can be used to represent many problems in computer science, so this secti
It's nice if you want a refresher often.
- [ ] Series of 2-3 minutes short subject videos (23 videos)
- - [Videos](https://www.youtube.com/watch?v=r4r1DZcx1cM&list=PLmVb1OknmNJuC5POdcDv5oCS7_OUkDgpj&index=22)
+ - Videos
- [ ] Series of 2-5 minutes short subject videos - Michael Sambol (48 videos):
- - [Videos](https://www.youtube.com/@MichaelSambol)
- - [Code Examples](https://github.com/msambol/dsa)
-- [ ] [Sedgewick Videos - Algorithms I](https://www.coursera.org/learn/algorithms-part1)
-- [ ] [Sedgewick Videos - Algorithms II](https://www.coursera.org/learn/algorithms-part2)
+ - Videos
+ - Code Examples
+- [ ] Sedgewick Videos - Algorithms I
+- [ ] Sedgewick Videos - Algorithms II
---
-**[⬆ back to top](#table-of-contents)**
+⬆ back to top
## Update Your Resume
- See Resume prep information in the books: "Cracking The Coding Interview" and "Programming Interviews Exposed"
-- ["This Is What A GOOD Resume Should Look Like" by Gayle McDowell (author of Cracking the Coding Interview)](https://www.careercup.com/resume),
+- "This Is What A GOOD Resume Should Look Like" by Gayle McDowell (author of Cracking the Coding Interview),
- Note by the author: "This is for a US-focused resume. CVs for India and other countries have different expectations, although many of the points will be the same."
-- ["Step-by-step resume guide" by Tech Interview Handbook](https://www.techinterviewhandbook.org/resume/guide)
+- "Step-by-step resume guide" by Tech Interview Handbook
- Detailed guide on how to set up your resume from scratch, write effective resume content, optimize it, and test your resume
-**[⬆ back to top](#table-of-contents)**
+⬆ back to top
## Interview Process & General Interview Prep
-- [ ] [How to Pass the Engineering Interview in 2021](https://davidbyttow.medium.com/how-to-pass-the-engineering-interview-in-2021-45f1b389a1)
-- [ ] [Demystifying Tech Recruiting](https://www.youtube.com/watch?v=N233T0epWTs)
+- [ ] How to Pass the Engineering Interview in 2021
+- [ ] Demystifying Tech Recruiting
- [ ] How to Get a Job at the Big 4:
- - [ ] [How to Get a Job at the Big 4 - Amazon, Facebook, Google & Microsoft (video)](https://www.youtube.com/watch?v=YJZCUhxNCv8)
- - [ ] [How to Get a Job at the Big 4.1 (Follow-up video)](https://www.youtube.com/watch?v=6790FVXWBw8&feature=youtu.be)
+ - [ ] How to Get a Job at the Big 4 - Amazon, Facebook, Google & Microsoft (video)
+ - [ ] How to Get a Job at the Big 4.1 (Follow-up video)
- [ ] Cracking The Coding Interview Set 1:
- - [ ] [Gayle L McDowell - Cracking The Coding Interview (video)](https://www.youtube.com/watch?v=rEJzOhC5ZtQ)
- - [ ] [Cracking the Coding Interview with Author Gayle Laakmann McDowell (video)](https://www.youtube.com/watch?v=aClxtDcdpsQ)
+ - [ ] Gayle L McDowell - Cracking The Coding Interview (video)
+ - [ ] Cracking the Coding Interview with Author Gayle Laakmann McDowell (video)
- [ ] Cracking the Facebook Coding Interview:
- - [ ] [The Approach](https://www.youtube.com/watch?v=wCl9kvQGHPI)
- - [ ] [Problem Walkthrough](https://www.youtube.com/watch?v=4UWDyJq8jZg)
+ - [ ] The Approach
+ - [ ] Problem Walkthrough
- Prep Courses:
- - [Python for Data Structures, Algorithms, and Interviews (paid course)](https://www.udemy.com/python-for-data-structures-algorithms-and-interviews/):
+ - Python for Data Structures, Algorithms, and Interviews (paid course):
- A Python-centric interview prep course that covers data structures, algorithms, mock interviews, and much more.
- - [Intro to Data Structures and Algorithms using Python (Udacity free course)](https://www.udacity.com/course/data-structures-and-algorithms-in-python--ud513):
+ - Intro to Data Structures and Algorithms using Python (Udacity free course):
- A free Python-centric data structures and algorithms course.
- - [Data Structures and Algorithms Nanodegree! (Udacity paid Nanodegree)](https://www.udacity.com/course/data-structures-and-algorithms-nanodegree--nd256):
+ - Data Structures and Algorithms Nanodegree! (Udacity paid Nanodegree):
- Get hands-on practice with over 100 data structures and algorithm exercises and guidance from a dedicated mentor to help prepare you for interviews and on-the-job scenarios.
- - [Grokking the Behavioral Interview (Educative free course)](https://www.educative.io/courses/grokking-the-behavioral-interview):
+ - Grokking the Behavioral Interview (Educative free course):
- Many times, it’s not your technical competency that holds you back from landing your dream job, it’s how you perform on the behavioral interview.
- - [AlgoMonster (paid course with free content)](https://algo.monster/?utm_campaign=jwasham&utm_medium=referral&utm_content=coding-interview-university&utm_source=github):
+ - AlgoMonster (paid course with free content):
- The crash course for LeetCode. Covers all the patterns condensed from thousands of questions.
Mock Interviews:
-- [Gainlo.co: Mock interviewers from big companies](http://www.gainlo.co/#!/) - I used this and it helped me relax for the phone screen and on-site interview
-- [Pramp: Mock interviews from/with peers](https://www.pramp.com/) - a peer-to-peer model to practice interviews
-- [interviewing.io: Practice mock interview with senior engineers](https://interviewing.io) - anonymous algorithmic/systems design interviews with senior engineers from FAANG anonymously
-- [Meetapro: Mock interviews with top FAANG interviewers](https://meetapro.com/?utm_source=ciu) - an Airbnb-style mock interview/coaching platform.
-- [Hello Interview: Mock Interviews with Expert Coaches and AI](https://www.hellointerview.com/?utm_source=ciu) - interview directly with AI or with FAANG staff engineers and managers.
-- [Codemia: Practice system design problems with AI or community solutions and feedback](https://codemia.io/?utm_source=ciu) - Practice system design problems via AI practice tool. Share your solution with the community to get human feedback as well.
+- Gainlo.co: Mock interviewers from big companies - I used this and it helped me relax for the phone screen and on-site interview
+- Pramp: Mock interviews from/with peers - a peer-to-peer model to practice interviews
+- interviewing.io: Practice mock interview with senior engineers - anonymous algorithmic/systems design interviews with senior engineers from FAANG anonymously
+- Meetapro: Mock interviews with top FAANG interviewers - an Airbnb-style mock interview/coaching platform.
+- Hello Interview: Mock Interviews with Expert Coaches and AI - interview directly with AI or with FAANG staff engineers and managers.
+- Codemia: Practice system design problems with AI or community solutions and feedback - Practice system design problems via AI practice tool. Share your solution with the community to get human feedback as well.
**[⬆ back to top](#table-of-contents)**
@@ -1351,17 +1352,17 @@ You're never really done.
These are here so you can dive into a topic you find interesting.
-- [The Unix Programming Environment](https://www.amazon.com/dp/013937681X)
+- The Unix Programming Environment
- An oldie but a goodie
-- [The Linux Command Line: A Complete Introduction](https://www.amazon.com/dp/1593273894/)
+- The Linux Command Line: A Complete Introduction
- A modern option
-- [TCP/IP Illustrated Series](https://en.wikipedia.org/wiki/TCP/IP_Illustrated)
-- [Head First Design Patterns](https://www.amazon.com/gp/product/0596007124/)
+- TCP/IP Illustrated Series
+- Head First Design Patterns
- A gentle introduction to design patterns
-- [Design Patterns: Elements of Reusable Object-Oriented Software](https://www.amazon.com/Design-Patterns-Elements-Reusable-Object-Oriented/dp/0201633612)
+- Design Patterns: Elements of Reusable Object-Oriented Software
- AKA the "Gang Of Four" book or GOF
- The canonical design patterns book
-- [Algorithm Design Manual](http://www.amazon.com/Algorithm-Design-Manual-Steven-Skiena/dp/1849967202) (Skiena)
+- Algorithm Design Manual (Skiena)
- As a review and problem-recognition
- The algorithm catalog portion is well beyond the scope of difficulty you'll get in an interview
- This book has 2 parts:
@@ -1379,12 +1380,12 @@ You're never really done.
- This book is better as an algorithm reference, and not something you read cover to cover.
- Can rent it on Kindle
- Answers:
- - [Solutions](https://web.archive.org/web/20150404194210/http://www.algorithm.cs.sunysb.edu/algowiki/index.php/The_Algorithms_Design_Manual_(Second_Edition))
- - [Errata](http://www3.cs.stonybrook.edu/~skiena/algorist/book/errata)
-- [Algorithm](http://jeffe.cs.illinois.edu/teaching/algorithms/) (Jeff Erickson)
-- [Write Great Code: Volume 1: Understanding the Machine](https://www.amazon.com/Write-Great-Code-Understanding-Machine/dp/1593270038)
+ - Solutions
+ - Errata
+- Algorithm (Jeff Erickson)
+- Write Great Code: Volume 1: Understanding the Machine
- The book was published in 2004, and is somewhat outdated, but it's a terrific resource for understanding a computer in brief
- - The author invented [HLA](https://en.wikipedia.org/wiki/High_Level_Assembly), so take mentions and examples in HLA with a grain of salt. Not widely used, but decent examples of what assembly looks like
+ - The author invented HLA, so take mentions and examples in HLA with a grain of salt. Not widely used, but decent examples of what assembly looks like
- These chapters are worth the read to give you a nice foundation:
- Chapter 2 - Numeric Representation
- Chapter 3 - Binary Arithmetic and Bit Operations
@@ -1395,12 +1396,12 @@ You're never really done.
- Chapter 9 - CPU Architecture
- Chapter 10 - Instruction Set Architecture
- Chapter 11 - Memory Architecture and Organization
-- [Introduction to Algorithms](https://www.amazon.com/Introduction-Algorithms-fourth-Thomas-Cormen/dp/026204630X)
+- Introduction to Algorithms
- **Important:** Reading this book will only have limited value. This book is a great review of algorithms and data structures, but won't teach you how to write good code. You have to be able to code a decent solution efficiently
- AKA CLR, sometimes CLRS, because Stein was late to the game
-- [Computer Architecture, Sixth Edition: A Quantitative Approach](https://www.amazon.com/dp/0128119055)
+- Computer Architecture, Sixth Edition: A Quantitative Approach
- For a richer, more up-to-date (2017), but longer treatment
-
+
**[⬆ back to top](#table-of-contents)**
## System Design, Scalability, Data Handling
@@ -1423,71 +1424,71 @@ You're never really done.
- simplicity and robustness
- tradeoffs
- performance analysis and optimization
-- [ ] **START HERE**: [The System Design Primer](https://github.com/donnemartin/system-design-primer)
-- [ ] [System Design from HiredInTech](http://www.hiredintech.com/system-design/)
-- [ ] [How Do I Prepare To Answer Design Questions In A Technical Interview?](https://www.quora.com/How-do-I-prepare-to-answer-design-questions-in-a-technical-interview?redirected_qid=1500023)
-- [ ] [8 steps guide to ace your system design interview](https://javascript.plainenglish.io/8-steps-guide-to-ace-a-system-design-interview-7a5a797f4d7d)
-- [ ] [Database Normalization - 1NF, 2NF, 3NF and 4NF (video)](https://www.youtube.com/watch?v=UrYLYV7WSHM)
-- [ ] [System Design Interview](https://github.com/checkcheckzz/system-design-interview) - There are a lot of resources in this one. Look through the articles and examples. I put some of them below
-- [ ] [How to ace a systems design interview](https://web.archive.org/web/20120716060051/http://www.palantir.com/2011/10/how-to-rock-a-systems-design-interview/)
-- [ ] [Numbers Everyone Should Know](http://everythingisdata.wordpress.com/2009/10/17/numbers-everyone-should-know/)
-- [ ] [How long does it take to make a context switch?](http://blog.tsunanet.net/2010/11/how-long-does-it-take-to-make-context.html)
-- [ ] [Transactions Across Datacenters (video)](https://www.youtube.com/watch?v=srOgpXECblk)
-- [ ] [A plain English introduction to CAP Theorem](http://ksat.me/a-plain-english-introduction-to-cap-theorem)
-- [ ] [MIT 6.824: Distributed Systems, Spring 2020 (20 videos)](https://www.youtube.com/watch?v=cQP8WApzIQQ&list=PLrw6a1wE39_tb2fErI4-WkMbsvGQk9_UB)
+- [ ] **START HERE**: The System Design Primer
+- [ ] System Design from HiredInTech
+- [ ] How Do I Prepare To Answer Design Questions In A Technical Interview?
+- [ ] 8 steps guide to ace your system design interview
+- [ ] Database Normalization - 1NF, 2NF, 3NF and 4NF (video)
+- [ ] System Design Interview - There are a lot of resources in this one. Look through the articles and examples. I put some of them below
+- [ ] How to ace a systems design interview
+- [ ] Numbers Everyone Should Know
+- [ ] How long does it take to make a context switch?
+- [ ] Transactions Across Datacenters (video)
+- [ ] A plain English introduction to CAP Theorem
+- [ ] MIT 6.824: Distributed Systems, Spring 2020 (20 videos)
- [ ] Consensus Algorithms:
- - [ ] Paxos - [Paxos Agreement - Computerphile (video)](https://www.youtube.com/watch?v=s8JqcZtvnsM)
- - [ ] Raft - [An Introduction to the Raft Distributed Consensus Algorithm (video)](https://www.youtube.com/watch?v=P9Ydif5_qvE)
- - [ ] [Easy-to-read paper](https://raft.github.io/)
- - [ ] [Infographic](http://thesecretlivesofdata.com/raft/)
-- [ ] [Consistent Hashing](http://www.tom-e-white.com/2007/11/consistent-hashing.html)
-- [ ] [NoSQL Patterns](http://horicky.blogspot.com/2009/11/nosql-patterns.html)
+ - [ ] Paxos - Paxos Agreement - Computerphile (video)
+ - [ ] Raft - An Introduction to the Raft Distributed Consensus Algorithm (video)
+ - [ ] Easy-to-read paper
+ - [ ] Infographic
+- [ ] Consistent Hashing
+- [ ] NoSQL Patterns
- [ ] Scalability:
- You don't need all of these. Just pick a few that interest you.
- - [ ] [Great overview (video)](https://www.youtube.com/watch?v=-W9F__D3oY4)
+ - [ ] Great overview (video)
- [ ] Short series:
- - [Clones](http://www.lecloud.net/post/7295452622/scalability-for-dummies-part-1-clones)
- - [Database](http://www.lecloud.net/post/7994751381/scalability-for-dummies-part-2-database)
- - [Cache](http://www.lecloud.net/post/9246290032/scalability-for-dummies-part-3-cache)
- - [Asynchronism](http://www.lecloud.net/post/9699762917/scalability-for-dummies-part-4-asynchronism)
- - [ ] [Scalable Web Architecture and Distributed Systems](http://www.aosabook.org/en/distsys.html)
- - [ ] [Fallacies of Distributed Computing Explained](https://pages.cs.wisc.edu/~zuyu/files/fallacies.pdf)
- - [ ] [Jeff Dean - Building Software Systems At Google and Lessons Learned (video)](https://www.youtube.com/watch?v=modXC5IWTJI)
- - [ ] [Introduction to Architecting Systems for Scale](http://lethain.com/introduction-to-architecting-systems-for-scale/)
- - [ ] [Scaling mobile games to a global audience using App Engine and Cloud Datastore (video)](https://www.youtube.com/watch?v=9nWyWwY2Onc)
- - [ ] [How Google Does Planet-Scale Engineering for Planet-Scale Infra (video)](https://www.youtube.com/watch?v=H4vMcD7zKM0)
- - [ ] [The Importance of Algorithms](https://www.topcoder.com/thrive/articles/The%20Importance%20of%20Algorithms)
- - [ ] [Sharding](http://highscalability.com/blog/2009/8/6/an-unorthodox-approach-to-database-design-the-coming-of-the.html)
- - [ ] [Engineering for the Long Game - Astrid Atkinson Keynote(video)](https://www.youtube.com/watch?v=p0jGmgIrf_M&list=PLRXxvay_m8gqVlExPC5DG3TGWJTaBgqSA&index=4)
- - [ ] [7 Years Of YouTube Scalability Lessons In 30 Minutes](http://highscalability.com/blog/2012/3/26/7-years-of-youtube-scalability-lessons-in-30-minutes.html)
- - [video](https://www.youtube.com/watch?v=G-lGCC4KKok)
- - [ ] [How PayPal Scaled To Billions Of Transactions Daily Using Just 8VMs](http://highscalability.com/blog/2016/8/15/how-paypal-scaled-to-billions-of-transactions-daily-using-ju.html)
- - [ ] [How to Remove Duplicates in Large Datasets](https://blog.clevertap.com/how-to-remove-duplicates-in-large-datasets/)
- - [ ] [A look inside Etsy's scale and engineering culture with Jon Cowie (video)](https://www.youtube.com/watch?v=3vV4YiqKm1o)
- - [ ] [What Led Amazon to its Own Microservices Architecture](http://thenewstack.io/led-amazon-microservices-architecture/)
- - [ ] [To Compress Or Not To Compress, That Was Uber's Question](https://eng.uber.com/trip-data-squeeze/)
- - [ ] [When Should Approximate Query Processing Be Used?](http://highscalability.com/blog/2016/2/25/when-should-approximate-query-processing-be-used.html)
- - [ ] [Google's Transition From Single Datacenter To Failover, To A Native Multihomed Architecture]( http://highscalability.com/blog/2016/2/23/googles-transition-from-single-datacenter-to-failover-to-a-n.html)
- - [ ] [The Image Optimization Technology That Serves Millions Of Requests Per Day](http://highscalability.com/blog/2016/6/15/the-image-optimization-technology-that-serves-millions-of-re.html)
- - [ ] [A Patreon Architecture Short](http://highscalability.com/blog/2016/2/1/a-patreon-architecture-short.html)
- - [ ] [Tinder: How Does One Of The Largest Recommendation Engines Decide Who You'll See Next?](http://highscalability.com/blog/2016/1/27/tinder-how-does-one-of-the-largest-recommendation-engines-de.html)
- - [ ] [Design Of A Modern Cache](http://highscalability.com/blog/2016/1/25/design-of-a-modern-cache.html)
- - [ ] [Live Video Streaming At Facebook Scale](http://highscalability.com/blog/2016/1/13/live-video-streaming-at-facebook-scale.html)
- - [ ] [A Beginner's Guide To Scaling To 11 Million+ Users On Amazon's AWS](http://highscalability.com/blog/2016/1/11/a-beginners-guide-to-scaling-to-11-million-users-on-amazons.html)
- - [ ] [A 360 Degree View Of The Entire Netflix Stack](http://highscalability.com/blog/2015/11/9/a-360-degree-view-of-the-entire-netflix-stack.html)
- - [ ] [Latency Is Everywhere And It Costs You Sales - How To Crush It](http://highscalability.com/latency-everywhere-and-it-costs-you-sales-how-crush-it)
- - [ ] [What Powers Instagram: Hundreds of Instances, Dozens of Technologies](http://instagram-engineering.tumblr.com/post/13649370142/what-powers-instagram-hundreds-of-instances)
- - [ ] [Salesforce Architecture - How They Handle 1.3 Billion Transactions A Day](http://highscalability.com/blog/2013/9/23/salesforce-architecture-how-they-handle-13-billion-transacti.html)
- - [ ] [ESPN's Architecture At Scale - Operating At 100,000 Duh Nuh Nuhs Per Second](http://highscalability.com/blog/2013/11/4/espns-architecture-at-scale-operating-at-100000-duh-nuh-nuhs.html)
+ - Clones
+ - Database
+ - Cache
+ - Asynchronism
+ - [ ] Scalable Web Architecture and Distributed Systems
+ - [ ] Fallacies of Distributed Computing Explained
+ - [ ] Jeff Dean - Building Software Systems At Google and Lessons Learned (video)
+ - [ ] Introduction to Architecting Systems for Scale
+ - [ ] Scaling mobile games to a global audience using App Engine and Cloud Datastore (video)
+ - [ ] How Google Does Planet-Scale Engineering for Planet-Scale Infra (video)
+ - [ ] The Importance of Algorithms
+ - [ ] Sharding
+ - [ ] Engineering for the Long Game - Astrid Atkinson Keynote(video)
+ - [ ] 7 Years Of YouTube Scalability Lessons In 30 Minutes
+ - video
+ - [ ] How PayPal Scaled To Billions Of Transactions Daily Using Just 8VMs
+ - [ ] How to Remove Duplicates in Large Datasets
+ - [ ] A look inside Etsy's scale and engineering culture with Jon Cowie (video)
+ - [ ] What Led Amazon to its Own Microservices Architecture
+ - [ ] To Compress Or Not To Compress, That Was Uber's Question
+ - [ ] When Should Approximate Query Processing Be Used?
+ - [ ] Google's Transition From Single Datacenter To Failover, To A Native Multihomed Architecture
+ - [ ] The Image Optimization Technology That Serves Millions Of Requests Per Day
+ - [ ] A Patreon Architecture Short
+ - [ ] Tinder: How Does One Of The Largest Recommendation Engines Decide Who You'll See Next?
+ - [ ] Design Of A Modern Cache
+ - [ ] Live Video Streaming At Facebook Scale
+ - [ ] A Beginner's Guide To Scaling To 11 Million+ Users On Amazon's AWS
+ - [ ] A 360 Degree View Of The Entire Netflix Stack
+ - [ ] Latency Is Everywhere And It Costs You Sales - How To Crush It
+ - [ ] What Powers Instagram: Hundreds of Instances, Dozens of Technologies
+ - [ ] Salesforce Architecture - How They Handle 1.3 Billion Transactions A Day
+ - [ ] ESPN's Architecture At Scale - Operating At 100,000 Duh Nuh Nuhs Per Second
- [ ] See "Messaging, Serialization, and Queueing Systems" way below for info on some of the technologies that can glue services together
- [ ] Twitter:
- - [O'Reilly MySQL CE 2011: Jeremy Cole, "Big and Small Data at @Twitter" (video)](https://www.youtube.com/watch?v=5cKTP36HVgI)
- - [Timelines at Scale](https://www.infoq.com/presentations/Twitter-Timeline-Scalability)
- - For even more, see the "Mining Massive Datasets" video series in the [Video Series](#video-series) section
+ - O'Reilly MySQL CE 2011: Jeremy Cole, "Big and Small Data at @Twitter" (video)
+ - Timelines at Scale
+ - For even more, see the "Mining Massive Datasets" video series in the Video Series section
- [ ] 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:
- - review: [The System Design Primer](https://github.com/donnemartin/system-design-primer)
- - [System Design from HiredInTech](http://www.hiredintech.com/system-design/)
- - [cheat sheet](https://github.com/jwasham/coding-interview-university/blob/main/extras/cheat%20sheets/system-design.pdf)
+ - review: The System Design Primer
+ - System Design from HiredInTech
+ - cheat sheet
- flow:
1. Understand the problem and scope:
- Define the use cases, with the interviewer's help
@@ -1508,12 +1509,12 @@ You're never really done.
- Rough overview of any key algorithm that drives the service
- Consider bottlenecks and determine solutions
- Exercises:
- - [Design a random unique ID generation system](https://blog.twitter.com/2010/announcing-snowflake)
- - [Design a key-value database](http://www.slideshare.net/dvirsky/introduction-to-redis)
- - [Design a picture sharing system](http://highscalability.com/blog/2011/12/6/instagram-architecture-14-million-users-terabytes-of-photos.html)
- - [Design a recommendation system](http://ijcai13.org/files/tutorial_slides/td3.pdf)
- - [Design a URL-shortener system: copied from above](http://www.hiredintech.com/system-design/the-system-design-process/)
- - [Design a cache system](https://web.archive.org/web/20220217064329/https://adayinthelifeof.nl/2011/02/06/memcache-internals/)
+ - Design a random unique ID generation system
+ - Design a key-value database
+ - Design a picture sharing system
+ - Design a recommendation system
+ - Design a URL-shortener system: copied from above
+ - Design a cache system
**[⬆ back to top](#table-of-contents)**
@@ -1523,32 +1524,32 @@ You're never really done.
technologies and algorithms, so you'll have a bigger toolbox.
- ### Compilers
- - [How a Compiler Works in ~1 minute (video)](https://www.youtube.com/watch?v=IhC7sdYe-Jg)
- - [Harvard CS50 - Compilers (video)](https://www.youtube.com/watch?v=CSZLNYF4Klo)
- - [C++ (video)](https://www.youtube.com/watch?v=twodd1KFfGk)
- - [Understanding Compiler Optimization (C++) (video)](https://www.youtube.com/watch?v=FnGCDLhaxKU)
+ - How a Compiler Works in ~1 minute (video)
+ - Harvard CS50 - Compilers (video)
+ - C++ (video)
+ - Understanding Compiler Optimization (C++) (video)
- ### Emacs and vi(m)
- Familiarize yourself with a UNIX-based code editor
- vi(m):
- - [Editing With Vim 01 - Installation, Setup, and The Modes (video)](https://www.youtube.com/watch?v=5givLEMcINQ&index=1&list=PL13bz4SHGmRxlZVmWQ9DvXo1fEg4UdGkr)
- - [VIM Adventures](http://vim-adventures.com/)
+ - Editing With Vim 01 - Installation, Setup, and The Modes (video)
+ - VIM Adventures
- set of 4 videos:
- - [The vi/vim editor - Lesson 1](https://www.youtube.com/watch?v=SI8TeVMX8pk)
- - [The vi/vim editor - Lesson 2](https://www.youtube.com/watch?v=F3OO7ZIOaJE)
- - [The vi/vim editor - Lesson 3](https://www.youtube.com/watch?v=ZYEccA_nMaI)
- - [The vi/vim editor - Lesson 4](https://www.youtube.com/watch?v=1lYD5gwgZIA)
- - [Using Vi Instead of Emacs](http://www.cs.yale.edu/homes/aspnes/classes/223/notes.html#Using_Vi_instead_of_Emacs)
+ - The vi/vim editor - Lesson 1
+ - The vi/vim editor - Lesson 2
+ - The vi/vim editor - Lesson 3
+ - The vi/vim editor - Lesson 4
+ - Using Vi Instead of Emacs
- emacs:
- - [Basics Emacs Tutorial (video)](https://www.youtube.com/watch?v=hbmV1bnQ-i0)
+ - Basics Emacs Tutorial (video)
- set of 3 (videos):
- - [Emacs Tutorial (Beginners) -Part 1- File commands, cut/copy/paste, cursor commands](https://www.youtube.com/watch?v=ujODL7MD04Q)
- - [Emacs Tutorial (Beginners) -Part 2- Buffer management, search, M-x grep and rgrep modes](https://www.youtube.com/watch?v=XWpsRupJ4II)
- - [Emacs Tutorial (Beginners) -Part 3- Expressions, Statements, ~/.emacs file, and packages](https://www.youtube.com/watch?v=paSgzPso-yc)
- - [Evil Mode: Or, How I Learned to Stop Worrying and Love Emacs (video)](https://www.youtube.com/watch?v=JWD1Fpdd4Pc)
- - [Writing C Programs With Emacs](http://www.cs.yale.edu/homes/aspnes/classes/223/notes.html#Writing_C_programs_with_Emacs)
- - [The Absolute Beginner's Guide to Emacs (video by David Wilson)](https://www.youtube.com/watch?v=48JlgiBpw_I&t=0s)
- - [The Absolute Beginner's Guide to Emacs (notes by David Wilson)](https://systemcrafters.net/emacs-essentials/absolute-beginners-guide-to-emacs/)
+ - Emacs Tutorial (Beginners) -Part 1- File commands, cut/copy/paste, cursor commands
+ - Emacs Tutorial (Beginners) -Part 2- Buffer management, search, M-x grep and rgrep modes
+ - Emacs Tutorial (Beginners) -Part 3- Expressions, Statements, ~/.emacs file, and packages
+ - Evil Mode: Or, How I Learned to Stop Worrying and Love Emacs (video)
+ - Writing C Programs With Emacs
+ - The Absolute Beginner's Guide to Emacs (video by David Wilson)
+ - The Absolute Beginner's Guide to Emacs (notes by David Wilson)
- ### Unix/Linux command line tools
- I filled in the list below from good tools.
@@ -1561,131 +1562,131 @@ You're never really done.
- sort
- tr
- uniq
- - [strace](https://en.wikipedia.org/wiki/Strace)
- - [tcpdump](https://danielmiessler.com/study/tcpdump/)
- - [Essential Linux Commands Tutorial](https://labex.io/tutorials/practice-linux-commands-hands-on-labs-398420)
+ - strace
+ - tcpdump
+ - Essential Linux Commands Tutorial
- ### DevOps
- - [DevOps Roadmap](https://roadmap.sh/devops)
+ - DevOps Roadmap
- ### Information theory (videos)
- - [Khan Academy](https://www.khanacademy.org/computing/computer-science/informationtheory)
+ - Khan Academy
- More about Markov processes:
- - [Core Markov Text Generation](https://www.coursera.org/learn/data-structures-optimizing-performance/lecture/waxgx/core-markov-text-generation)
- - [Core Implementing Markov Text Generation](https://www.coursera.org/learn/data-structures-optimizing-performance/lecture/gZhiC/core-implementing-markov-text-generation)
- - [Project = Markov Text Generation Walk Through](https://www.coursera.org/learn/data-structures-optimizing-performance/lecture/EUjrq/project-markov-text-generation-walk-through)
+ - Core Markov Text Generation
+ - Core Implementing Markov Text Generation
+ - Project = Markov Text Generation Walk Through
- See more in the MIT 6.050J Information and Entropy series below
- ### Parity & Hamming Code (videos)
- - [Intro](https://www.youtube.com/watch?v=q-3BctoUpHE)
- - [Parity](https://www.youtube.com/watch?v=DdMcAUlxh1M)
+ - Intro
+ - Parity
- Hamming Code:
- - [Error detection](https://www.youtube.com/watch?v=1A_NcXxdoCc)
- - [Error correction](https://www.youtube.com/watch?v=JAMLuxdHH8o)
- - [Error Checking](https://www.youtube.com/watch?v=wbH2VxzmoZk)
+ - Error detection
+ - Error correction
+ - Error Checking
- ### Entropy
- Also see the videos below
- Make sure to watch information theory videos first
- - [Information Theory, Claude Shannon, Entropy, Redundancy, Data Compression & Bits (video)](https://youtu.be/JnJq3Py0dyM?t=176)
+ - Information Theory, Claude Shannon, Entropy, Redundancy, Data Compression & Bits (video)
- ### Cryptography
- Also see the videos below
- Make sure to watch information theory videos first
- - [Khan Academy Series](https://www.khanacademy.org/computing/computer-science/cryptography)
- - [Cryptography: Hash Functions](https://www.youtube.com/watch?v=KqqOXndnvic&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp&index=30)
- - [Cryptography: Encryption](https://www.youtube.com/watch?v=9TNI2wHmaeI&index=31&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp)
+ - Khan Academy Series
+ - Cryptography: Hash Functions
+ - Cryptography: Encryption
- ### Compression
- Make sure to watch information theory videos first
- Computerphile (videos):
- - [Compression](https://www.youtube.com/watch?v=Lto-ajuqW3w)
- - [Entropy in Compression](https://www.youtube.com/watch?v=M5c_RFKVkko)
- - [Upside Down Trees (Huffman Trees)](https://www.youtube.com/watch?v=umTbivyJoiI)
- - [EXTRA BITS/TRITS - Huffman Trees](https://www.youtube.com/watch?v=DV8efuB3h2g)
- - [Elegant Compression in Text (The LZ 77 Method)](https://www.youtube.com/watch?v=goOa3DGezUA)
- - [Text Compression Meets Probabilities](https://www.youtube.com/watch?v=cCDCfoHTsaU)
- - [Compressor Head videos](https://www.youtube.com/playlist?list=PLOU2XLYxmsIJGErt5rrCqaSGTMyyqNt2H)
- - [(optional) Google Developers Live: GZIP is not enough!](https://www.youtube.com/watch?v=whGwm0Lky2s)
+ - Compression
+ - Entropy in Compression
+ - Upside Down Trees (Huffman Trees)
+ - EXTRA BITS/TRITS - Huffman Trees
+ - Elegant Compression in Text (The LZ 77 Method)
+ - Text Compression Meets Probabilities
+ - Compressor Head videos
+ - (optional) Google Developers Live: GZIP is not enough!
- ### Computer Security
- - [MIT (23 videos)](https://www.youtube.com/playlist?list=PLUl4u3cNGP62K2DjQLRxDNRi0z2IRWnNh)
- - [Introduction, Threat Models](https://www.youtube.com/watch?v=GqmQg-cszw4&index=1&list=PLUl4u3cNGP62K2DjQLRxDNRi0z2IRWnNh)
- - [Control Hijacking Attacks](https://www.youtube.com/watch?v=6bwzNg5qQ0o&list=PLUl4u3cNGP62K2DjQLRxDNRi0z2IRWnNh&index=2)
- - [Buffer Overflow Exploits and Defenses](https://www.youtube.com/watch?v=drQyrzRoRiA&list=PLUl4u3cNGP62K2DjQLRxDNRi0z2IRWnNh&index=3)
- - [Privilege Separation](https://www.youtube.com/watch?v=6SIJmoE9L9g&index=4&list=PLUl4u3cNGP62K2DjQLRxDNRi0z2IRWnNh)
- - [Capabilities](https://www.youtube.com/watch?v=8VqTSY-11F4&index=5&list=PLUl4u3cNGP62K2DjQLRxDNRi0z2IRWnNh)
- - [Sandboxing Native Code](https://www.youtube.com/watch?v=VEV74hwASeU&list=PLUl4u3cNGP62K2DjQLRxDNRi0z2IRWnNh&index=6)
- - [Web Security Model](https://www.youtube.com/watch?v=chkFBigodIw&index=7&list=PLUl4u3cNGP62K2DjQLRxDNRi0z2IRWnNh)
- - [Securing Web Applications](https://www.youtube.com/watch?v=EBQIGy1ROLY&index=8&list=PLUl4u3cNGP62K2DjQLRxDNRi0z2IRWnNh)
- - [Symbolic Execution](https://www.youtube.com/watch?v=yRVZPvHYHzw&index=9&list=PLUl4u3cNGP62K2DjQLRxDNRi0z2IRWnNh)
- - [Network Security](https://www.youtube.com/watch?v=SIEVvk3NVuk&index=11&list=PLUl4u3cNGP62K2DjQLRxDNRi0z2IRWnNh)
- - [Network Protocols](https://www.youtube.com/watch?v=QOtA76ga_fY&index=12&list=PLUl4u3cNGP62K2DjQLRxDNRi0z2IRWnNh)
- - [Side-Channel Attacks](https://www.youtube.com/watch?v=PuVMkSEcPiI&index=15&list=PLUl4u3cNGP62K2DjQLRxDNRi0z2IRWnNh)
+ - MIT (23 videos)
+ - Introduction, Threat Models
+ - Control Hijacking Attacks
+ - Buffer Overflow Exploits and Defenses
+ - Privilege Separation
+ - Capabilities
+ - Sandboxing Native Code
+ - Web Security Model
+ - Securing Web Applications
+ - Symbolic Execution
+ - Network Security
+ - Network Protocols
+ - Side-Channel Attacks
- ### Garbage collection
- - [GC in Python (video)](https://www.youtube.com/watch?v=iHVs_HkjdmI)
- - [Deep Dive Java: Garbage Collection is Good!](https://www.infoq.com/presentations/garbage-collection-benefits)
- - [Deep Dive Python: Garbage Collection in CPython (video)](https://www.youtube.com/watch?v=P-8Z0-MhdQs&list=PLdzf4Clw0VbOEWOS_sLhT_9zaiQDrS5AR&index=3)
+ - GC in Python (video)
+ - Deep Dive Java: Garbage Collection is Good!
+ - Deep Dive Python: Garbage Collection in CPython (video)
- ### Parallel Programming
- - [Coursera (Scala)](https://www.coursera.org/learn/parprog1/home/week/1)
- - [Efficient Python for High-Performance Parallel Computing (video)](https://www.youtube.com/watch?v=uY85GkaYzBk)
+ - Coursera (Scala)
+ - Efficient Python for High-Performance Parallel Computing (video)
- ### Messaging, Serialization, and Queueing Systems
- - [Thrift](https://thrift.apache.org/)
- - [Tutorial](http://thrift-tutorial.readthedocs.io/en/latest/intro.html)
- - [Protocol Buffers](https://developers.google.com/protocol-buffers/)
- - [Tutorials](https://developers.google.com/protocol-buffers/docs/tutorials)
- - [gRPC](http://www.grpc.io/)
- - [gRPC 101 for Java Developers (video)](https://www.youtube.com/watch?v=5tmPvSe7xXQ&list=PLcTqM9n_dieN0k1nSeN36Z_ppKnvMJoly&index=1)
- - [Redis](http://redis.io/)
- - [Tutorial](http://try.redis.io/)
- - [Amazon SQS (queue)](https://aws.amazon.com/sqs/)
- - [Amazon SNS (pub-sub)](https://aws.amazon.com/sns/)
- - [RabbitMQ](https://www.rabbitmq.com/)
- - [Get Started](https://www.rabbitmq.com/getstarted.html)
- - [Celery](http://www.celeryproject.org/)
- - [First Steps With Celery](http://docs.celeryproject.org/en/latest/getting-started/first-steps-with-celery.html)
- - [ZeroMQ](http://zeromq.org/)
- - [Intro - Read The Manual](http://zeromq.org/intro:read-the-manual)
- - [ActiveMQ](http://activemq.apache.org/)
- - [Kafka](http://kafka.apache.org/documentation.html#introduction)
- - [MessagePack](http://msgpack.org/index.html)
- - [Avro](https://avro.apache.org/)
+ - Thrift
+ - Tutorial
+ - Protocol Buffers
+ - Tutorials
+ - gRPC
+ - gRPC 101 for Java Developers (video)
+ - Redis
+ - Tutorial
+ - Amazon SQS (queue)
+ - Amazon SNS (pub-sub)
+ - RabbitMQ
+ - Get Started
+ - Celery
+ - First Steps With Celery
+ - ZeroMQ
+ - Intro - Read The Manual
+ - ActiveMQ
+ - Kafka
+ - MessagePack
+ - Avro
- ### A*
- - [A Search Algorithm](https://en.wikipedia.org/wiki/A*_search_algorithm)
- - [A* Pathfinding (E01: algorithm explanation) (video)](https://www.youtube.com/watch?v=-L-WgKMFuhE)
+ - A Search Algorithm
+ - A* Pathfinding (E01: algorithm explanation) (video)
- ### Fast Fourier Transform
- - [An Interactive Guide To The Fourier Transform](https://betterexplained.com/articles/an-interactive-guide-to-the-fourier-transform/)
- - [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/)
- - [What is the Fourier Transform? (video)](https://www.youtube.com/watch?v=Xxut2PN-V8Q)
- - [Divide & Conquer: FFT (video)](https://www.youtube.com/watch?v=iTMn0Kt18tg&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp&index=4)
- - [Understanding The FFT](http://jakevdp.github.io/blog/2013/08/28/understanding-the-fft/)
+ - An Interactive Guide To The Fourier Transform
+ - What is a Fourier transform? What is it used for?
+ - What is the Fourier Transform? (video)
+ - Divide & Conquer: FFT (video)
+ - Understanding The FFT
- ### Bloom Filter
- Given a Bloom filter with m bits and k hashing functions, both insertion and membership testing are O(k)
- - [Bloom Filters (video)](https://www.youtube.com/watch?v=-SuTGoFYjZs)
- - [Bloom Filters | Mining of Massive Datasets | Stanford University (video)](https://www.youtube.com/watch?v=qBTdukbzc78)
- - [Tutorial](http://billmill.org/bloomfilter-tutorial/)
- - [How To Write A Bloom Filter App](http://blog.michaelschmatz.com/2016/04/11/how-to-write-a-bloom-filter-cpp/)
+ - Bloom Filters (video)
+ - Bloom Filters | Mining of Massive Datasets | Stanford University (video)
+ - Tutorial
+ - How To Write A Bloom Filter App
- ### HyperLogLog
- - [How To Count A Billion Distinct Objects Using Only 1.5KB Of Memory](http://highscalability.com/blog/2012/4/5/big-data-counting-how-to-count-a-billion-distinct-objects-us.html)
+ - How To Count A Billion Distinct Objects Using Only 1.5KB Of Memory
- ### Locality-Sensitive Hashing
- Used to determine the similarity of documents
- The opposite of MD5 or SHA which are used to determine if 2 documents/strings are exactly the same
- - [Simhashing (hopefully) made simple](http://ferd.ca/simhashing-hopefully-made-simple.html)
+ - Simhashing (hopefully) made simple
- ### van Emde Boas Trees
- - [Divide & Conquer: van Emde Boas Trees (video)](https://www.youtube.com/watch?v=hmReJCupbNU&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp&index=6)
- - [MIT Lecture Notes](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-046j-design-and-analysis-of-algorithms-spring-2012/lecture-notes/MIT6_046JS12_lec15.pdf)
+ - Divide & Conquer: van Emde Boas Trees (video)
+ - MIT Lecture Notes
- ### Augmented Data Structures
- - [CS 61B Lecture 39: Augmenting Data Structures](https://archive.org/details/ucberkeley_webcast_zksIj9O8_jc)
+ - CS 61B Lecture 39: Augmenting Data Structures
- ### Balanced search trees
- Know at least one type of balanced binary tree (and know how it's implemented):
@@ -1699,7 +1700,7 @@ You're never really done.
If you end up implementing a red/black tree try just these:
- Search and insertion functions, skipping delete
- I want to learn more about B-Tree since it's used so widely with very large data sets
- - [Self-balancing binary search tree](https://en.wikipedia.org/wiki/Self-balancing_binary_search_tree)
+ - Self-balancing binary search tree
- **AVL trees**
- In practice:
@@ -1708,21 +1709,21 @@ You're never really done.
balanced than red–black trees, leading to slower insertion and removal but faster retrieval. This makes it
attractive for data structures that may be built once and loaded without reconstruction, such as language
dictionaries (or program dictionaries, such as the opcodes of an assembler or interpreter)
- - [MIT AVL Trees / AVL Sort (video)](https://www.youtube.com/watch?v=FNeL18KsWPc&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb&index=6)
- - [AVL Trees (video)](https://www.coursera.org/learn/data-structures/lecture/Qq5E0/avl-trees)
- - [AVL Tree Implementation (video)](https://www.coursera.org/learn/data-structures/lecture/PKEBC/avl-tree-implementation)
- - [Split And Merge](https://www.coursera.org/learn/data-structures/lecture/22BgE/split-and-merge)
- - [[Review] AVL Trees (playlist) in 19 minutes (video)](https://www.youtube.com/playlist?list=PL9xmBV_5YoZOUFgdIeOPuH6cfSnNRMau-)
+ - MIT AVL Trees / AVL Sort (video)
+ - AVL Trees (video)
+ - AVL Tree Implementation (video)
+ - Split And Merge
+ - [Review] AVL Trees (playlist) in 19 minutes (video)
- **Splay trees**
- In practice:
Splay trees are typically used in the implementation of caches, memory allocators, routers, garbage collectors,
data compression, ropes (replacement of string used for long text strings), in Windows NT (in the virtual memory,
networking and file system code) etc
- - [CS 61B: Splay Trees (video)](https://archive.org/details/ucberkeley_webcast_G5QIXywcJlY)
+ - CS 61B: Splay Trees (video)
- MIT Lecture: Splay Trees:
- Gets very mathy, but watch the last 10 minutes for sure.
- - [Video](https://www.youtube.com/watch?v=QnPl_Y6EqMo)
+ - Video
- **Red/black trees**
- These are a translation of a 2-3 tree (see below).
@@ -1734,19 +1735,19 @@ You're never really done.
the Completely Fair Scheduler used in current Linux kernels uses red–black trees. In version 8 of Java,
the Collection HashMap has been modified such that instead of using a LinkedList to store identical elements with poor
hashcodes, a Red-Black tree is used
- - [Aduni - Algorithms - Lecture 4 (link jumps to the starting point) (video)](https://youtu.be/1W3x0f_RmUo?list=PLFDnELG9dpVxQCxuD-9BSy2E7BWY3t5Sm&t=3871)
- - [Aduni - Algorithms - Lecture 5 (video)](https://www.youtube.com/watch?v=hm2GHwyKF1o&list=PLFDnELG9dpVxQCxuD-9BSy2E7BWY3t5Sm&index=5)
- - [Red-Black Tree](https://en.wikipedia.org/wiki/Red%E2%80%93black_tree)
- - [An Introduction To Binary Search And Red Black Tree](https://www.topcoder.com/thrive/articles/An%20Introduction%20to%20Binary%20Search%20and%20Red-Black%20Trees)
- - [[Review] Red-Black Trees (playlist) in 30 minutes (video)](https://www.youtube.com/playlist?list=PL9xmBV_5YoZNqDI8qfOZgzbqahCUmUEin)
+ - Aduni - Algorithms - Lecture 4 (link jumps to the starting point) (video)
+ - Aduni - Algorithms - Lecture 5 (video)
+ - Red-Black Tree
+ - An Introduction To Binary Search And Red Black Tree
+ - [Review] Red-Black Trees (playlist) in 30 minutes (video)
- - **2-3 search trees**
+ - **2-3 search trees**
- In practice:
2-3 trees have faster inserts at the expense of slower searches (since height is more compared to AVL trees).
- You would use 2-3 trees very rarely because its implementation involves different types of nodes. Instead, people use Red-Black trees.
- - [23-Tree Intuition and Definition (video)](https://www.youtube.com/watch?v=C3SsdUqasD4&list=PLA5Lqm4uh9Bbq-E0ZnqTIa8LRaL77ica6&index=2)
- - [Binary View of 23-Tree](https://www.youtube.com/watch?v=iYvBtGKsqSg&index=3&list=PLA5Lqm4uh9Bbq-E0ZnqTIa8LRaL77ica6)
- - [2-3 Trees (student recitation) (video)](https://www.youtube.com/watch?v=TOb1tuEZ2X4&index=5&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp)
+ - 23-Tree Intuition and Definition (video)
+ - Binary View of 23-Tree
+ - 2-3 Trees (student recitation) (video)
- **2-3-4 Trees (aka 2-4 trees)**
- In practice:
@@ -1754,15 +1755,15 @@ You're never really done.
operations on 2-4 trees are also equivalent to color-flipping and rotations in red–black trees. This makes 2-4 trees an
important tool for understanding the logic behind red-black trees, and this is why many introductory algorithm texts introduce
2-4 trees just before red–black trees, even though **2-4 trees are not often used in practice**.
- - [CS 61B Lecture 26: Balanced Search Trees (video)](https://archive.org/details/ucberkeley_webcast_zqrqYXkth6Q)
- - [Bottom Up 234-Trees (video)](https://www.youtube.com/watch?v=DQdMYevEyE4&index=4&list=PLA5Lqm4uh9Bbq-E0ZnqTIa8LRaL77ica6)
- - [Top Down 234-Trees (video)](https://www.youtube.com/watch?v=2679VQ26Fp4&list=PLA5Lqm4uh9Bbq-E0ZnqTIa8LRaL77ica6&index=5)
+ - CS 61B Lecture 26: Balanced Search Trees (video)
+ - Bottom Up 234-Trees (video)
+ - Top Down 234-Trees (video)
- **N-ary (K-ary, M-ary) trees**
- note: the N or K is the branching factor (max branches)
- binary trees are a 2-ary tree, with branching factor = 2
- 2-3 trees are 3-ary
- - [K-Ary Tree](https://en.wikipedia.org/wiki/K-ary_tree)
+ - K-Ary Tree
- **B-Trees**
- Fun fact: it's a mystery, but the B could stand for Boeing, Balanced, or Bayer (co-inventor).
@@ -1771,61 +1772,60 @@ You're never really done.
its use in databases, the B-tree is also used in filesystems to allow quick random access to an arbitrary
block in a particular file. The basic problem is turning the file block address into a disk block
(or perhaps to a cylinder head sector) address
- - [B-Tree](https://en.wikipedia.org/wiki/B-tree)
- - [B-Tree Datastructure](http://btechsmartclass.com/data_structures/b-trees.html)
- - [Introduction to B-Trees (video)](https://www.youtube.com/watch?v=I22wEC1tTGo&list=PLA5Lqm4uh9Bbq-E0ZnqTIa8LRaL77ica6&index=6)
- - [B-Tree Definition and Insertion (video)](https://www.youtube.com/watch?v=s3bCdZGrgpA&index=7&list=PLA5Lqm4uh9Bbq-E0ZnqTIa8LRaL77ica6)
- - [B-Tree Deletion (video)](https://www.youtube.com/watch?v=svfnVhJOfMc&index=8&list=PLA5Lqm4uh9Bbq-E0ZnqTIa8LRaL77ica6)
- - [MIT 6.851 - Memory Hierarchy Models (video)](https://www.youtube.com/watch?v=V3omVLzI0WE&index=7&list=PLUl4u3cNGP61hsJNdULdudlRL493b-XZf)
+ - B-Tree
+ - B-Tree Datastructure
+ - Introduction to B-Trees (video)
+ - B-Tree Definition and Insertion (video)
+ - B-Tree Deletion (video)
+ - MIT 6.851 - Memory Hierarchy Models (video)
- covers cache-oblivious B-Trees, very interesting data structures
- the first 37 minutes are very technical, and may be skipped (B is block size, cache line size)
- - [[Review] B-Trees (playlist) in 26 minutes (video)](https://www.youtube.com/playlist?list=PL9xmBV_5YoZNFPPv98DjTdD9X6UI9KMHz)
-
+ - [Review] B-Trees (playlist) in 26 minutes (video)
- ### k-D Trees
- Great for finding a number of points in a rectangle or higher-dimensional object
- A good fit for k-nearest neighbors
- - [kNN K-d tree algorithm (video)](https://www.youtube.com/watch?v=Y4ZgLlDfKDg)
+ - kNN K-d tree algorithm (video)
- ### Skip lists
- "These are somewhat of a cult data structure" - Skiena
- - [Randomization: Skip Lists (video)](https://www.youtube.com/watch?v=2g9OSRKJuzM&index=10&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp)
- - [For animations and a little more detail](https://en.wikipedia.org/wiki/Skip_list)
+ - Randomization: Skip Lists (video)
+ - For animations and a little more detail
- ### Network Flows
- - [Ford-Fulkerson in 5 minutes — Step by step example (video)](https://www.youtube.com/watch?v=Tl90tNtKvxs)
- - [Ford-Fulkerson Algorithm (video)](https://www.youtube.com/watch?v=v1VgJmkEJW0)
- - [Network Flows (video)](https://www.youtube.com/watch?v=2vhN4Ice5jI)
+ - Ford-Fulkerson in 5 minutes — Step by step example (video)
+ - Ford-Fulkerson Algorithm (video)
+ - Network Flows (video)
- ### Disjoint Sets & Union Find
- - [UCB 61B - Disjoint Sets; Sorting & selection (video)](https://archive.org/details/ucberkeley_webcast_MAEGXTwmUsI)
- - [Sedgewick Algorithms - Union-Find (6 videos)](https://www.coursera.org/learn/algorithms-part1/home/week/1)
+ - UCB 61B - Disjoint Sets; Sorting & selection (video)
+ - Sedgewick Algorithms - Union-Find (6 videos)
- ### Math for Fast Processing
- - [Integer Arithmetic, Karatsuba Multiplication (video)](https://www.youtube.com/watch?v=eCaXlAaN2uE&index=11&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb)
- - [The Chinese Remainder Theorem (used in cryptography) (video)](https://www.youtube.com/watch?v=ru7mWZJlRQg)
+ - Integer Arithmetic, Karatsuba Multiplication (video)
+ - The Chinese Remainder Theorem (used in cryptography) (video)
- ### Treap
- Combination of a binary search tree and a heap
- - [Treap](https://en.wikipedia.org/wiki/Treap)
- - [Data Structures: Treaps explained (video)](https://www.youtube.com/watch?v=6podLUYinH8)
- - [Applications in set operations](https://www.cs.cmu.edu/~scandal/papers/treaps-spaa98.pdf)
+ - Treap
+ - Data Structures: Treaps explained (video)
+ - Applications in set operations
- ### Linear Programming (videos)
- - [Linear Programming](https://www.youtube.com/watch?v=M4K6HYLHREQ)
- - [Finding minimum cost](https://www.youtube.com/watch?v=2ACJ9ewUC6U)
- - [Finding maximum value](https://www.youtube.com/watch?v=8AA_81xI3ik)
- - [Solve Linear Equations with Python - Simplex Algorithm](https://www.youtube.com/watch?v=44pAWI7v5Zk)
+ - Linear Programming
+ - Finding minimum cost
+ - Finding maximum value
+ - Solve Linear Equations with Python - Simplex Algorithm
- ### Geometry, Convex hull (videos)
- - [Graph Alg. IV: Intro to geometric algorithms - Lecture 9](https://youtu.be/XIAQRlNkJAw?list=PLFDnELG9dpVxQCxuD-9BSy2E7BWY3t5Sm&t=3164)
- - [Geometric Algorithms: Graham & Jarvis - Lecture 10](https://www.youtube.com/watch?v=J5aJEcOr6Eo&index=10&list=PLFDnELG9dpVxQCxuD-9BSy2E7BWY3t5Sm)
- - [Divide & Conquer: Convex Hull, Median Finding](https://www.youtube.com/watch?v=EzeYI7p9MjU&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp&index=2)
+ - Graph Alg. IV: Intro to geometric algorithms - Lecture 9
+ - Geometric Algorithms: Graham & Jarvis - Lecture 10
+ - Divide & Conquer: Convex Hull, Median Finding
- ### Discrete math
- - [Computer Science 70, 001 - Spring 2015 - Discrete Mathematics and Probability Theory](http://www.infocobuild.com/education/audio-video-courses/computer-science/cs70-spring2015-berkeley.html)
- - [Discrete Mathematics by Shai Simonson (19 videos)](https://www.youtube.com/playlist?list=PLWX710qNZo_sNlSWRMVIh6kfTjolNaZ8t)
- - [Discrete Mathematics By IIT Ropar NPTEL](https://nptel.ac.in/courses/106/106/106106183/)
+ - Computer Science 70, 001 - Spring 2015 - Discrete Mathematics and Probability Theory
+ - Discrete Mathematics by Shai Simonson (19 videos)
+ - Discrete Mathematics By IIT Ropar NPTEL
---
@@ -1837,182 +1837,157 @@ You're never really done.
above because it's just too much. It's easy to overdo it on a subject.
You want to get hired in this century, right?
-- **SOLID**
- - [ ] [Bob Martin SOLID Principles of Object Oriented and Agile Design (video)](https://www.youtube.com/watch?v=TMuno5RZNeE)
- - [ ] S - [Single Responsibility Principle](http://www.oodesign.com/single-responsibility-principle.html) | [Single responsibility to each Object](http://www.javacodegeeks.com/2011/11/solid-single-responsibility-principle.html)
- - [more flavor](https://docs.google.com/open?id=0ByOwmqah_nuGNHEtcU5OekdDMkk)
- - [ ] O - [Open/Closed Principle](http://www.oodesign.com/open-close-principle.html) | [On production level Objects are ready for extension but not for modification](https://en.wikipedia.org/wiki/Open/closed_principle)
- - [more flavor](http://docs.google.com/a/cleancoder.com/viewer?a=v&pid=explorer&chrome=true&srcid=0BwhCYaYDn8EgN2M5MTkwM2EtNWFkZC00ZTI3LWFjZTUtNTFhZGZiYmUzODc1&hl=en)
- - [ ] L - [Liskov Substitution Principle](http://www.oodesign.com/liskov-s-substitution-principle.html) | [Base Class and Derived class follow ‘IS A’ Principle](http://stackoverflow.com/questions/56860/what-is-the-liskov-substitution-principle)
- - [more flavor](http://docs.google.com/a/cleancoder.com/viewer?a=v&pid=explorer&chrome=true&srcid=0BwhCYaYDn8EgNzAzZjA5ZmItNjU3NS00MzQ5LTkwYjMtMDJhNDU5ZTM0MTlh&hl=en)
- - [ ] I - [Interface segregation principle](http://www.oodesign.com/interface-segregation-principle.html) | Clients should not be forced to implement interfaces they don't use
- - [Interface Segregation Principle in 5 minutes (video)](https://www.youtube.com/watch?v=3CtAfl7aXAQ)
- - [more flavor](http://docs.google.com/a/cleancoder.com/viewer?a=v&pid=explorer&chrome=true&srcid=0BwhCYaYDn8EgOTViYjJhYzMtMzYxMC00MzFjLWJjMzYtOGJiMDc5N2JkYmJi&hl=en)
- - [ ] D -[Dependency Inversion principle](http://www.oodesign.com/dependency-inversion-principle.html) | Reduce the dependency In composition of objects.
- - [Why Is The Dependency Inversion Principle And Why Is It Important](http://stackoverflow.com/questions/62539/what-is-the-dependency-inversion-principle-and-why-is-it-important)
- - [more flavor](http://docs.google.com/a/cleancoder.com/viewer?a=v&pid=explorer&chrome=true&srcid=0BwhCYaYDn8EgMjdlMWIzNGUtZTQ0NC00ZjQ5LTkwYzQtZjRhMDRlNTQ3ZGMz&hl=en)
-
-
-- **Union-Find**
- - [Overview](https://www.coursera.org/learn/data-structures/lecture/JssSY/overview)
- - [Naive Implementation](https://www.coursera.org/learn/data-structures/lecture/EM5D0/naive-implementations)
- - [Trees](https://www.coursera.org/learn/data-structures/lecture/Mxu0w/trees)
- - [Union By Rank](https://www.coursera.org/learn/data-structures/lecture/qb4c2/union-by-rank)
- - [Path Compression](https://www.coursera.org/learn/data-structures/lecture/Q9CVI/path-compression)
- - [Analysis Options](https://www.coursera.org/learn/data-structures/lecture/GQQLN/analysis-optional)
-
-- **More Dynamic Programming** (videos)
- - [6.006: Dynamic Programming I: Fibonacci, Shortest Paths](https://www.youtube.com/watch?v=r4-cftqTcdI&ab_channel=MITOpenCourseWare)
- - [6.006: Dynamic Programming II: Text Justification, Blackjack](https://www.youtube.com/watch?v=KLBCUx1is2c&ab_channel=MITOpenCourseWare)
- - [6.006: DP III: Parenthesization, Edit Distance, Knapsack](https://www.youtube.com/watch?v=TDo3r5M1LNo&ab_channel=MITOpenCourseWare)
- - [6.006: DP IV: Guitar Fingering, Tetris, Super Mario Bros.](https://www.youtube.com/watch?v=i9OAOk0CUQE&ab_channel=MITOpenCourseWare)
- - [6.046: Dynamic Programming & Advanced DP](https://www.youtube.com/watch?v=Tw1k46ywN6E&index=14&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp)
- - [6.046: Dynamic Programming: All-Pairs Shortest Paths](https://www.youtube.com/watch?v=NzgFUwOaoIw&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp&index=15)
- - [6.046: Dynamic Programming (student recitation)](https://www.youtube.com/watch?v=krZI60lKPek&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp&index=12)
-
-- **Advanced Graph Processing** (videos)
- - [Synchronous Distributed Algorithms: Symmetry-Breaking. Shortest-Paths Spanning Trees](https://www.youtube.com/watch?v=mUBmcbbJNf4&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp&index=27)
- - [Asynchronous Distributed Algorithms: Shortest-Paths Spanning Trees](https://www.youtube.com/watch?v=kQ-UQAzcnzA&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp&index=28)
-
-- MIT **Probability** (mathy, and go slowly, which is good for mathy things) (videos):
- - [MIT 6.042J - Probability Introduction](https://www.youtube.com/watch?v=SmFwFdESMHI&index=18&list=PLB7540DEDD482705B)
- - [MIT 6.042J - Conditional Probability](https://www.youtube.com/watch?v=E6FbvM-FGZ8&index=19&list=PLB7540DEDD482705B)
- - [MIT 6.042J - Independence](https://www.youtube.com/watch?v=l1BCv3qqW4A&index=20&list=PLB7540DEDD482705B)
- - [MIT 6.042J - Random Variables](https://www.youtube.com/watch?v=MOfhhFaQdjw&list=PLB7540DEDD482705B&index=21)
- - [MIT 6.042J - Expectation I](https://www.youtube.com/watch?v=gGlMSe7uEkA&index=22&list=PLB7540DEDD482705B)
- - [MIT 6.042J - Expectation II](https://www.youtube.com/watch?v=oI9fMUqgfxY&index=23&list=PLB7540DEDD482705B)
- - [MIT 6.042J - Large Deviations](https://www.youtube.com/watch?v=q4mwO2qS2z4&index=24&list=PLB7540DEDD482705B)
- - [MIT 6.042J - Random Walks](https://www.youtube.com/watch?v=56iFMY8QW2k&list=PLB7540DEDD482705B&index=25)
-
-- [Simonson: Approximation Algorithms (video)](https://www.youtube.com/watch?v=oDniZCmNmNw&list=PLFDnELG9dpVxQCxuD-9BSy2E7BWY3t5Sm&index=19)
-
-- **String Matching**
+- SOLID
+ - [ ] Bob Martin SOLID Principles of Object Oriented and Agile Design (video)
+ - [ ] S - Single Responsibility Principle | Single responsibility to each Object
+ - more flavor
+ - [ ] O - Open/Closed Principle | On production level Objects are ready for extension but not for modification
+ - more flavor
+ - [ ] L - Liskov Substitution Principle | Base Class and Derived class follow ‘IS A’ Principle
+ - more flavor
+ - [ ] I - Interface segregation principle | Clients should not be forced to implement interfaces they don't use
+ - Interface Segregation Principle in 5 minutes (video)
+ - more flavor
+ - [ ] D -Dependency Inversion principle | Reduce the dependency In composition of objects.
+ - Why Is The Dependency Inversion Principle And Why Is It Important
+ - more flavor
+
+- Union-Find
+ - Overview
+ - Naive Implementation
+ - Trees
+ - Union By Rank
+ - Path Compression
+ - Analysis Options
+
+- More Dynamic Programming (videos)
+ - 6.006: Dynamic Programming I: Fibonacci, Shortest Paths
+ - 6.006: Dynamic Programming II: Text Justification, Blackjack
+ - 6.006: DP III: Parenthesization, Edit Distance, Knapsack
+ - 6.006: DP IV: Guitar Fingering, Tetris, Super Mario Bros.
+ - 6.046: Dynamic Programming & Advanced DP
+ - 6.046: Dynamic Programming: All-Pairs Shortest Paths
+ - 6.046: Dynamic Programming (student recitation)
+
+- Advanced Graph Processing (videos)
+ - Synchronous Distributed Algorithms: Symmetry-Breaking. Shortest-Paths Spanning Trees
+ - Asynchronous Distributed Algorithms: Shortest-Paths Spanning Trees
+
+- MIT Probability (mathy, and go slowly, which is good for mathy things) (videos):
+ - MIT 6.042J - Probability Introduction
+ - MIT 6.042J - Conditional Probability
+ - MIT 6.042J - Independence
+ - MIT 6.042J - Random Variables
+ - MIT 6.042J - Expectation I
+ - MIT 6.042J - Expectation II
+ - MIT 6.042J - Large Deviations
+ - MIT 6.042J - Random Walks
+
+- Simonson: Approximation Algorithms (video)
+
+- String Matching
- Rabin-Karp (videos):
- - [Rabin Karps Algorithm](https://www.coursera.org/lecture/data-structures/rabin-karps-algorithm-c0Qkw)
- - [Precomputing](https://www.coursera.org/learn/data-structures/lecture/nYrc8/optimization-precomputation)
- - [Optimization: Implementation and Analysis](https://www.coursera.org/learn/data-structures/lecture/h4ZLc/optimization-implementation-and-analysis)
- - [Table Doubling, Karp-Rabin](https://www.youtube.com/watch?v=BRO7mVIFt08&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb&index=9)
- - [Rolling Hashes, Amortized Analysis](https://www.youtube.com/watch?v=w6nuXg0BISo&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb&index=32)
+ - Rabin Karps Algorithm
+ - Precomputing
+ - Optimization: Implementation and Analysis
+ - Table Doubling, Karp-Rabin
+ - Rolling Hashes, Amortized Analysis
- Knuth-Morris-Pratt (KMP):
- - [TThe Knuth-Morris-Pratt (KMP) String Matching Algorithm](https://www.youtube.com/watch?v=5i7oKodCRJo)
+ - TThe Knuth-Morris-Pratt (KMP) String Matching Algorithm
- Boyer–Moore string search algorithm
- - [Boyer-Moore String Search Algorithm](https://en.wikipedia.org/wiki/Boyer%E2%80%93Moore_string_search_algorithm)
- - [Advanced String Searching Boyer-Moore-Horspool Algorithms (video)](https://www.youtube.com/watch?v=QDZpzctPf10)
- - [Coursera: Algorithms on Strings](https://www.coursera.org/learn/algorithms-on-strings/home/week/1)
+ - Boyer-Moore String Search Algorithm
+ - Advanced String Searching Boyer-Moore-Horspool Algorithms (video)
+ - Coursera: Algorithms on Strings
- starts off great, but by the time it gets past KMP it gets more complicated than it needs to be
- nice explanation of tries
- can be skipped
-- **Sorting**
+- Sorting
- Stanford lectures on sorting:
- - [Lecture 15 | Programming Abstractions (video)](https://www.youtube.com/watch?v=ENp00xylP7c&index=15&list=PLFE6E58F856038C69)
- - [Lecture 16 | Programming Abstractions (video)](https://www.youtube.com/watch?v=y4M9IVgrVKo&index=16&list=PLFE6E58F856038C69)
+ - Lecture 15 | Programming Abstractions (video)
+ - Lecture 16 | Programming Abstractions (video)
- Shai Simonson:
- - [Algorithms - Sorting - Lecture 2 (video)](https://www.youtube.com/watch?v=odNJmw5TOEE&list=PLFDnELG9dpVxQCxuD-9BSy2E7BWY3t5Sm&index=2)
- - [Algorithms - Sorting II - Lecture 3 (video)](https://www.youtube.com/watch?v=hj8YKFTFKEE&list=PLFDnELG9dpVxQCxuD-9BSy2E7BWY3t5Sm&index=3)
+ - Algorithms - Sorting - Lecture 2 (video)
+ - Algorithms - Sorting II - Lecture 3 (video)
- Steven Skiena lectures on sorting:
- - [CSE373 2020 - Mergesort/Quicksort (video)](https://www.youtube.com/watch?v=jUf-UQ3a0kg&list=PLOtl7M3yp-DX6ic0HGT0PUX_wiNmkWkXx&index=8)
- - [CSE373 2020 - Linear Sorting (video)](https://www.youtube.com/watch?v=0ksyQKmre84&list=PLOtl7M3yp-DX6ic0HGT0PUX_wiNmkWkXx&index=9)
+ - CSE373 2020 - Mergesort/Quicksort (video)
+ - CSE373 2020 - Linear Sorting (video)
-- NAND To Tetris: [Build a Modern Computer from First Principles](https://www.coursera.org/learn/build-a-computer)
+- NAND To Tetris: Build a Modern Computer from First Principles
-**[⬆ back to top](#table-of-contents)**
+⬆ back to top
-## Video Series
+
Video Series
Sit back and enjoy.
-- [List of individual Dynamic Programming problems (each is short)](https://www.youtube.com/playlist?list=PLrmLmBdmIlpsHaNTPP_jHHDx_os9ItYXr)
-
-- [x86 Architecture, Assembly, Applications (11 videos)](https://www.youtube.com/playlist?list=PL038BE01D3BAEFDB0)
-
-- [MIT 18.06 Linear Algebra, Spring 2005 (35 videos)](https://www.youtube.com/playlist?list=PLE7DDD91010BC51F8)
-
-- [Excellent - MIT Calculus Revisited: Single Variable Calculus](https://www.youtube.com/playlist?list=PL3B08AE665AB9002A)
-
-- [Skiena lectures from Algorithm Design Manual - CSE373 2020 - Analysis of Algorithms (26 videos)](https://www.youtube.com/watch?v=22hwcnXIGgk&list=PLOtl7M3yp-DX6ic0HGT0PUX_wiNmkWkXx&index=1)
-
-- [UC Berkeley 61B (Spring 2014): Data Structures (25 videos)](https://archive.org/details/ucberkeley-webcast-PL-XXv-cvA_iAlnI-BQr9hjqADPBtujFJd)
-
-- [UC Berkeley 61B (Fall 2006): Data Structures (39 videos)](https://archive.org/details/ucberkeley-webcast-PL4BBB74C7D2A1049C)
-
-- [UC Berkeley 61C: Machine Structures (26 videos)](https://archive.org/details/ucberkeley-webcast-PL-XXv-cvA_iCl2-D-FS5mk0jFF6cYSJs_)
-
-- [OOSE: Software Dev Using UML and Java (21 videos)](https://www.youtube.com/playlist?list=PLJ9pm_Rc9HesnkwKlal_buSIHA-jTZMpO)
-
-- [MIT 6.004: Computation Structures (49 videos)](https://www.youtube.com/playlist?list=PLDSlqjcPpoL64CJdF0Qee5oWqGS6we_Yu)
-
-- [Carnegie Mellon - Computer Architecture Lectures (39 videos)](https://www.youtube.com/playlist?list=PL5PHm2jkkXmi5CxxI7b3JCL1TWybTDtKq)
-
-- [MIT 6.006: Intro to Algorithms (47 videos)](https://www.youtube.com/watch?v=HtSuA80QTyo&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb&nohtml5=False)
-
-- [MIT 6.033: Computer System Engineering (22 videos)](https://www.youtube.com/watch?v=zm2VP0kHl1M&list=PL6535748F59DCA484)
-
-- [MIT 6.034 Artificial Intelligence, Fall 2010 (30 videos)](https://www.youtube.com/playlist?list=PLUl4u3cNGP63gFHB6xb-kVBiQHYe_4hSi)
-
-- [MIT 6.042J: Mathematics for Computer Science, Fall 2010 (25 videos)](https://www.youtube.com/watch?v=L3LMbpZIKhQ&list=PLB7540DEDD482705B)
-
-- [MIT 6.046: Design and Analysis of Algorithms (34 videos)](https://www.youtube.com/watch?v=2P-yW7LQr08&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp)
-
-- [MIT 6.824: Distributed Systems, Spring 2020 (20 videos)](https://www.youtube.com/watch?v=cQP8WApzIQQ&list=PLrw6a1wE39_tb2fErI4-WkMbsvGQk9_UB)
-
-- [MIT 6.851: Advanced Data Structures (22 videos)](https://www.youtube.com/watch?v=T0yzrZL1py0&list=PLUl4u3cNGP61hsJNdULdudlRL493b-XZf&index=1)
-
-- [MIT 6.854: Advanced Algorithms, Spring 2016 (24 videos)](https://www.youtube.com/playlist?list=PL6ogFv-ieghdoGKGg2Bik3Gl1glBTEu8c)
-
-- [Harvard COMPSCI 224: Advanced Algorithms (25 videos)](https://www.youtube.com/playlist?list=PL2SOU6wwxB0uP4rJgf5ayhHWgw7akUWSf)
-
-- [MIT 6.858 Computer Systems Security, Fall 2014](https://www.youtube.com/watch?v=GqmQg-cszw4&index=1&list=PLUl4u3cNGP62K2DjQLRxDNRi0z2IRWnNh)
-
-- [Stanford: Programming Paradigms (27 videos)](https://www.youtube.com/playlist?list=PL9D558D49CA734A02)
-
-- [Introduction to Cryptography by Christof Paar](https://www.youtube.com/playlist?list=PL6N5qY2nvvJE8X75VkXglSrVhLv1tVcfy)
- - [Course Website along with Slides and Problem Sets](http://www.crypto-textbook.com/)
-
-- [Mining Massive Datasets - Stanford University (94 videos)](https://www.youtube.com/playlist?list=PLLssT5z_DsK9JDLcT8T62VtzwyW9LNepV)
-
-- [Graph Theory by Sarada Herke (67 videos)](https://www.youtube.com/user/DrSaradaHerke/playlists?shelf_id=5&view=50&sort=dd)
-
-**[⬆ back to top](#table-of-contents)**
+- List of individual Dynamic Programming problems (each is short)
+- x86 Architecture, Assembly, Applications (11 videos)
+- MIT 18.06 Linear Algebra, Spring 2005 (35 videos)
+- Excellent - MIT Calculus Revisited: Single Variable Calculus
+- Skiena lectures from Algorithm Design Manual - CSE373 2020 - Analysis of Algorithms (26 videos)
+- UC Berkeley 61B (Spring 2014): Data Structures (25 videos)
+- UC Berkeley 61B (Fall 2006): Data Structures (39 videos)
+- UC Berkeley 61C: Machine Structures (26 videos)
+- OOSE: Software Dev Using UML and Java (21 videos)
+- MIT 6.004: Computation Structures (49 videos)
+- Carnegie Mellon - Computer Architecture Lectures (39 videos)
+- MIT 6.006: Intro to Algorithms (47 videos)
+- MIT 6.033: Computer System Engineering (22 videos)
+- MIT 6.034 Artificial Intelligence, Fall 2010 (30 videos)
+- MIT 6.042J: Mathematics for Computer Science, Fall 2010 (25 videos)
+- MIT 6.046: Design and Analysis of Algorithms (34 videos)
+- MIT 6.824: Distributed Systems, Spring 2020 (20 videos)
+- MIT 6.851: Advanced Data Structures (22 videos)
+- MIT 6.854: Advanced Algorithms, Spring 2016 (24 videos)
+- Harvard COMPSCI 224: Advanced Algorithms (25 videos)
+- MIT 6.858 Computer Systems Security, Fall 2014
+- Stanford: Programming Paradigms (27 videos)
+- Introduction to Cryptography by Christof Paar
+ - Course Website along with Slides and Problem Sets
+- Mining Massive Datasets - Stanford University (94 videos)
+- Graph Theory by Sarada Herke (67 videos)
+
+⬆ back to top
## Computer Science Courses
-- [Directory of Online CS Courses](https://github.com/open-source-society/computer-science)
-- [Directory of CS Courses (many with online lectures)](https://github.com/prakhar1989/awesome-courses)
+- Directory of Online CS Courses
+- Directory of CS Courses (many with online lectures)
-**[⬆ back to top](#table-of-contents)**
+**⬆ back to top**
## Algorithms implementation
-- [Multiple Algorithms implementation by Princeton University](https://algs4.cs.princeton.edu/code)
+- Multiple Algorithms implementation by Princeton University
-**[⬆ back to top](#table-of-contents)**
+**⬆ back to top**
## Papers
-- [Love classic papers?](https://www.cs.cmu.edu/~crary/819-f09/)
-- [1978: Communicating Sequential Processes](http://spinroot.com/courses/summer/Papers/hoare_1978.pdf)
- - [implemented in Go](https://godoc.org/github.com/thomas11/csp)
-- [2003: The Google File System](http://static.googleusercontent.com/media/research.google.com/en//archive/gfs-sosp2003.pdf)
+- Love classic papers?
+- 1978: Communicating Sequential Processes
+ - implemented in Go
+- 2003: The Google File System
- replaced by Colossus in 2012
-- [2004: MapReduce: Simplified Data Processing on Large Clusters]( http://static.googleusercontent.com/media/research.google.com/en//archive/mapreduce-osdi04.pdf)
+- 2004: MapReduce: Simplified Data Processing on Large Clusters
- mostly replaced by Cloud Dataflow?
-- [2006: Bigtable: A Distributed Storage System for Structured Data](https://static.googleusercontent.com/media/research.google.com/en//archive/bigtable-osdi06.pdf)
-- [2006: The Chubby Lock Service for Loosely-Coupled Distributed Systems](https://research.google.com/archive/chubby-osdi06.pdf)
-- [2007: Dynamo: Amazon’s Highly Available Key-value Store](http://s3.amazonaws.com/AllThingsDistributed/sosp/amazon-dynamo-sosp2007.pdf)
+- 2006: Bigtable: A Distributed Storage System for Structured Data
+- 2006: The Chubby Lock Service for Loosely-Coupled Distributed Systems
+- 2007: Dynamo: Amazon’s Highly Available Key-value Store
- The Dynamo paper kicked off the NoSQL revolution
-- [2007: What Every Programmer Should Know About Memory (very long, and the author encourages skipping of some sections)](https://www.akkadia.org/drepper/cpumemory.pdf)
+- 2007: What Every Programmer Should Know About Memory (very long, and the author encourages skipping of some sections)
- 2012: AddressSanitizer: A Fast Address Sanity Checker:
- - [paper](http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/37752.pdf)
- - [video](https://www.usenix.org/conference/atc12/technical-sessions/presentation/serebryany)
+ - paper
+ - video
- 2013: Spanner: Google’s Globally-Distributed Database:
- - [paper](http://static.googleusercontent.com/media/research.google.com/en//archive/spanner-osdi2012.pdf)
- - [video](https://www.usenix.org/node/170855)
-- [2015: Continuous Pipelines at Google](http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43790.pdf)
-- [2015: High-Availability at Massive Scale: Building Google’s Data Infrastructure for Ads](https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44686.pdf)
-- [2015: How Developers Search for Code: A Case Study](http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43835.pdf)
-- More papers: [1,000 papers](https://github.com/0voice/computer_expert_paper)
+ - paper
+ - video
+- 2015: Continuous Pipelines at Google
+- 2015: High-Availability at Massive Scale: Building Google’s Data Infrastructure for Ads
+- 2015: How Developers Search for Code: A Case Study
+- More papers: 1,000 papers
**[⬆ back to top](#table-of-contents)**